Html Css Color HEX #C37127 Ochre

📋 copy color: '#C37127'

red 195 ◦ green 113 ◦ blue 39

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

Shades of Ochre #C37127

Tints of Ochre #C37127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.56%

 BLUE value IS 39 (15.63% from 255) = 11.24%

R = 56.2%
G = 32.56%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C37127 (or 0xC37127) is known color: Ochre. HEX triplet: C3, 71 and 27. RGB value is (195,113,39). Sum of RGB (Red+Green+Blue) = 195+113+39=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C37127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37127 is #3C8ED8. Grayscale: #818181. Windows color (decimal): -3968729 or 2585027. OLE color: 2585027.

HSL color Cylindrical-coordinate representation of color #C37127: hue angle of 28.46º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C37127 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 113 39 -
CMYK 0 0.42 0.80 0.24
HSL 28.46º 0.67% 0.46% -
HSV(B) 28.46º 0.8% 0.76% -
XYZ 28.78 23.56 4.95 -
YUV 129.08 77.17 175.02 -
System Red Green Blue C M Y K H S L
Decimal 195 113 39 0 0.42 0.80 0.24 28.46 0.67 0.46
Hex C3 71 27 0 2A 50 18 1C 43 2E
Octal 303 161 47 0 52 120 30 34 103 56
Binary 11000011 1110001 100111 0 101010 1010000 11000 11100 1000011 101110

Color Harmonies of #C37127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37127

Black with #C37127

Text Example


Text Example

White with #C37127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37127; }

 p { color: rgb(195,113,39); }

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

background-color css

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

 a { background-color: rgb(195,113,39); }

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

border-color css

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

 span { border-color: rgb(195,113,39); }

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