Html Css Color HEX #C1761F Ochre

📋 copy color: '#C1761F'

red 193 ◦ green 118 ◦ blue 31

#C1761F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C1761F

Tints of Ochre #C1761F

RGB

 RED value IS 193 (75.78% from 255) = 56.43%

 GREEN value IS 118 (46.48% from 255) = 34.5%

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 56.43%
G = 34.5%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C1761F (or 0xC1761F) is known color: Ochre. HEX triplet: C1, 76 and 1F. RGB value is (193,118,31). Sum of RGB (Red+Green+Blue) = 193+118+31=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C1761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1761F is #3E89E0. Grayscale: #828282. Windows color (decimal): -4098529 or 2062017. OLE color: 2062017.

HSL color Cylindrical-coordinate representation of color #C1761F: hue angle of 32.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1761F is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 118 31 -
CMYK 0 0.39 0.84 0.24
HSL 32.22º 0.72% 0.44% -
HSV(B) 32.22º 0.84% 0.76% -
XYZ 28.72 24.39 4.49 -
YUV 130.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 193 118 31 0 0.39 0.84 0.24 32.22 0.72 0.44
Hex C1 76 1F 0 27 54 18 20 48 2C
Octal 301 166 37 0 47 124 30 40 110 54
Binary 11000001 1110110 11111 0 100111 1010100 11000 100000 1001000 101100

Color Harmonies of #C1761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1761F

Black with #C1761F

Text Example


Text Example

White with #C1761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1761F; }

 p { color: rgb(193,118,31); }

 H1.HeaderClassName
 {
   color: #C1761F;
 }
 .AnyTagClassName
 {
   color: #C1761F;
 }
</style>

background-color css

<style>
 a { background-color: #C1761F; }

 a { background-color: rgb(193,118,31); }

 div.DivClassName
 {
   background-color: #C1761F;
 }
 .BgClassName
 {
   background-color: #C1761F;
 }
</style>

border-color css

<style>
 span { border-color: #C1761F; }

 span { border-color: rgb(193,118,31); }

 td.TdClassName
 {
   border-color: #C1761F;
 }
 .TagClassName
 {
   border-color: #C1761F;
 }
</style>