Html Css Color HEX #C38118 Ochre

📋 copy color: '#C38118'

red 195 ◦ green 129 ◦ blue 24

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

Shades of Ochre #C38118

Tints of Ochre #C38118

RGB

 RED value IS 195 (76.56% from 255) = 56.03%

 GREEN value IS 129 (50.78% from 255) = 37.07%

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

R = 56.03%
G = 37.07%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C38118 (or 0xC38118) is known color: Ochre. HEX triplet: C3, 81 and 18. RGB value is (195,129,24). Sum of RGB (Red+Green+Blue) = 195+129+24=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C38118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38118 is #3C7EE7. Grayscale: #898989. Windows color (decimal): -3964648 or 1606083. OLE color: 1606083.

HSL color Cylindrical-coordinate representation of color #C38118: hue angle of 36.84º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C38118 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 129 24 -
CMYK 0 0.34 0.88 0.24
HSL 36.84º 0.78% 0.43% -
HSV(B) 36.84º 0.88% 0.76% -
XYZ 30.52 27.37 4.54 -
YUV 136.76 64.37 169.54 -
System Red Green Blue C M Y K H S L
Decimal 195 129 24 0 0.34 0.88 0.24 36.84 0.78 0.43
Hex C3 81 18 0 22 58 18 25 4E 2B
Octal 303 201 30 0 42 130 30 45 116 53
Binary 11000011 10000001 11000 0 100010 1011000 11000 100101 1001110 101011

Color Harmonies of #C38118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38118

Black with #C38118

Text Example


Text Example

White with #C38118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38118; }

 p { color: rgb(195,129,24); }

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

background-color css

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

 a { background-color: rgb(195,129,24); }

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

border-color css

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

 span { border-color: rgb(195,129,24); }

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