Html Css Color HEX #C37726 Ochre

📋 copy color: '#C37726'

red 195 ◦ green 119 ◦ blue 38

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

Shades of Ochre #C37726

Tints of Ochre #C37726

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

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

R = 55.4%
G = 33.81%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C37726 (or 0xC37726) is known color: Ochre. HEX triplet: C3, 77 and 26. RGB value is (195,119,38). Sum of RGB (Red+Green+Blue) = 195+119+38=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C37726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37726 is #3C88D9. Grayscale: #848484. Windows color (decimal): -3967194 or 2521027. OLE color: 2521027.

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

Color convert

RGB 195 119 38 -
CMYK 0 0.39 0.81 0.24
HSL 30.96º 0.67% 0.46% -
HSV(B) 30.96º 0.81% 0.76% -
XYZ 29.45 24.94 5.09 -
YUV 132.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 195 119 38 0 0.39 0.81 0.24 30.96 0.67 0.46
Hex C3 77 26 0 27 51 18 1F 43 2E
Octal 303 167 46 0 47 121 30 37 103 56
Binary 11000011 1110111 100110 0 100111 1010001 11000 11111 1000011 101110

Color Harmonies of #C37726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37726

Black with #C37726

Text Example


Text Example

White with #C37726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37726; }

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

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

background-color css

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

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

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

border-color css

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

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

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