Html Css Color HEX #C37C18 Ochre

📋 copy color: '#C37C18'

red 195 ◦ green 124 ◦ blue 24

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

Shades of Ochre #C37C18

Tints of Ochre #C37C18

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.15%

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

R = 56.85%
G = 36.15%
B = 7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C37C18 (or 0xC37C18) is known color: Ochre. HEX triplet: C3, 7C and 18. RGB value is (195,124,24). Sum of RGB (Red+Green+Blue) = 195+124+24=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 24 (9.77% from 255 or 7.00% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37C18 is #3C83E7. Grayscale: #868686. Windows color (decimal): -3965928 or 1604803. OLE color: 1604803.

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

Color convert

RGB 195 124 24 -
CMYK 0 0.36 0.88 0.24
HSL 35.09º 0.78% 0.43% -
HSV(B) 35.09º 0.88% 0.76% -
XYZ 29.88 26.08 4.32 -
YUV 133.83 66.02 171.63 -
System Red Green Blue C M Y K H S L
Decimal 195 124 24 0 0.36 0.88 0.24 35.09 0.78 0.43
Hex C3 7C 18 0 24 58 18 23 4E 2B
Octal 303 174 30 0 44 130 30 43 116 53
Binary 11000011 1111100 11000 0 100100 1011000 11000 100011 1001110 101011

Color Harmonies of #C37C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C18

Black with #C37C18

Text Example


Text Example

White with #C37C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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