Html Css Color HEX #C77318 Ochre

📋 copy color: '#C77318'

red 199 ◦ green 115 ◦ blue 24

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

Shades of Ochre #C77318

Tints of Ochre #C77318

RGB

 RED value IS 199 (78.13% from 255) = 58.88%

 GREEN value IS 115 (45.31% from 255) = 34.02%

 BLUE value IS 24 (9.77% from 255) = 7.1%

R = 58.88%
G = 34.02%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C77318 (or 0xC77318) is known color: Ochre. HEX triplet: C7, 73 and 18. RGB value is (199,115,24). Sum of RGB (Red+Green+Blue) = 199+115+24=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C77318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77318 is #388CE7. Grayscale: #828282. Windows color (decimal): -3706088 or 1602503. OLE color: 1602503.

HSL color Cylindrical-coordinate representation of color #C77318: hue angle of 31.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C77318 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 115 24 -
CMYK 0 0.42 0.88 0.22
HSL 31.2º 0.78% 0.44% -
HSV(B) 31.2º 0.88% 0.78% -
XYZ 29.85 24.47 4.01 -
YUV 129.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 199 115 24 0 0.42 0.88 0.22 31.2 0.78 0.44
Hex C7 73 18 0 2A 58 16 1F 4E 2C
Octal 307 163 30 0 52 130 26 37 116 54
Binary 11000111 1110011 11000 0 101010 1011000 10110 11111 1001110 101100

Color Harmonies of #C77318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77318

Black with #C77318

Text Example


Text Example

White with #C77318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77318; }

 p { color: rgb(199,115,24); }

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

background-color css

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

 a { background-color: rgb(199,115,24); }

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

border-color css

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

 span { border-color: rgb(199,115,24); }

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