Html Css Color HEX #C37126 Ochre

📋 copy color: '#C37126'

red 195 ◦ green 113 ◦ blue 38

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

Shades of Ochre #C37126

Tints of Ochre #C37126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.98%

R = 56.36%
G = 32.66%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C37126 (or 0xC37126) is known color: Ochre. HEX triplet: C3, 71 and 26. RGB value is (195,113,38). Sum of RGB (Red+Green+Blue) = 195+113+38=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C37126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37126 is #3C8ED9. Grayscale: #818181. Windows color (decimal): -3968730 or 2519491. OLE color: 2519491.

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

Color convert

RGB 195 113 38 -
CMYK 0 0.42 0.81 0.24
HSL 28.66º 0.67% 0.46% -
HSV(B) 28.66º 0.81% 0.76% -
XYZ 28.76 23.55 4.86 -
YUV 128.97 76.67 175.1 -
System Red Green Blue C M Y K H S L
Decimal 195 113 38 0 0.42 0.81 0.24 28.66 0.67 0.46
Hex C3 71 26 0 2A 51 18 1D 43 2E
Octal 303 161 46 0 52 121 30 35 103 56
Binary 11000011 1110001 100110 0 101010 1010001 11000 11101 1000011 101110

Color Harmonies of #C37126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37126

Black with #C37126

Text Example


Text Example

White with #C37126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37126; }

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

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

background-color css

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

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

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

border-color css

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

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

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