Html Css Color HEX #C37B20 Ochre

📋 copy color: '#C37B20'

red 195 ◦ green 123 ◦ blue 32

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

Shades of Ochre #C37B20

Tints of Ochre #C37B20

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.14%

 BLUE value IS 32 (12.89% from 255) = 9.14%

R = 55.71%
G = 35.14%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C37B20 (or 0xC37B20) is known color: Ochre. HEX triplet: C3, 7B and 20. RGB value is (195,123,32). Sum of RGB (Red+Green+Blue) = 195+123+32=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B20 is #3C84DF. Grayscale: #868686. Windows color (decimal): -3966176 or 2128835. OLE color: 2128835.

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

Color convert

RGB 195 123 32 -
CMYK 0 0.37 0.84 0.24
HSL 33.5º 0.72% 0.45% -
HSV(B) 33.5º 0.84% 0.76% -
XYZ 29.85 25.87 4.79 -
YUV 134.15 70.35 171.4 -
System Red Green Blue C M Y K H S L
Decimal 195 123 32 0 0.37 0.84 0.24 33.5 0.72 0.45
Hex C3 7B 20 0 25 54 18 21 48 2D
Octal 303 173 40 0 45 124 30 41 110 55
Binary 11000011 1111011 100000 0 100101 1010100 11000 100001 1001000 101101

Color Harmonies of #C37B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B20

Black with #C37B20

Text Example


Text Example

White with #C37B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B20; }

 p { color: rgb(195,123,32); }

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

background-color css

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

 a { background-color: rgb(195,123,32); }

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

border-color css

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

 span { border-color: rgb(195,123,32); }

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