Html Css Color HEX #C37920 Ochre

📋 copy color: '#C37920'

red 195 ◦ green 121 ◦ blue 32

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

Shades of Ochre #C37920

Tints of Ochre #C37920

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

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

R = 56.03%
G = 34.77%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C37920 (or 0xC37920) is known color: Ochre. HEX triplet: C3, 79 and 20. RGB value is (195,121,32). Sum of RGB (Red+Green+Blue) = 195+121+32=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 32 (12.89% from 255 or 9.20% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C37920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37920 is #3C86DF. Grayscale: #858585. Windows color (decimal): -3966688 or 2128323. OLE color: 2128323.

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

Color convert

RGB 195 121 32 -
CMYK 0 0.38 0.84 0.24
HSL 32.76º 0.72% 0.45% -
HSV(B) 32.76º 0.84% 0.76% -
XYZ 29.6 25.38 4.71 -
YUV 132.98 71.02 172.24 -
System Red Green Blue C M Y K H S L
Decimal 195 121 32 0 0.38 0.84 0.24 32.76 0.72 0.45
Hex C3 79 20 0 26 54 18 21 48 2D
Octal 303 171 40 0 46 124 30 41 110 55
Binary 11000011 1111001 100000 0 100110 1010100 11000 100001 1001000 101101

Color Harmonies of #C37920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37920

Black with #C37920

Text Example


Text Example

White with #C37920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37920; }

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

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

background-color css

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

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

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

border-color css

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

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

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