Html Css Color HEX #C38018 Ochre

📋 copy color: '#C38018'

red 195 ◦ green 128 ◦ blue 24

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

Shades of Ochre #C38018

Tints of Ochre #C38018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.89%

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

R = 56.2%
G = 36.89%
B = 6.92%

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

#C38018 (or 0xC38018) is known color: Ochre. HEX triplet: C3, 80 and 18. RGB value is (195,128,24). Sum of RGB (Red+Green+Blue) = 195+128+24=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C38018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38018 is #3C7FE7. Grayscale: #888888. Windows color (decimal): -3964904 or 1605827. OLE color: 1605827.

HSL color Cylindrical-coordinate representation of color #C38018: hue angle of 36.49º 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 #C38018 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 24 -
CMYK 0 0.34 0.88 0.24
HSL 36.49º 0.78% 0.43% -
HSV(B) 36.49º 0.88% 0.76% -
XYZ 30.39 27.11 4.49 -
YUV 136.18 64.7 169.96 -
System Red Green Blue C M Y K H S L
Decimal 195 128 24 0 0.34 0.88 0.24 36.49 0.78 0.43
Hex C3 80 18 0 22 58 18 24 4E 2B
Octal 303 200 30 0 42 130 30 44 116 53
Binary 11000011 10000000 11000 0 100010 1011000 11000 100100 1001110 101011

Color Harmonies of #C38018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38018

Black with #C38018

Text Example


Text Example

White with #C38018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38018; }

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

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

background-color css

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

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

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

border-color css

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

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

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