Html Css Color HEX #C37526 Ochre

📋 copy color: '#C37526'

red 195 ◦ green 117 ◦ blue 38

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

Shades of Ochre #C37526

Tints of Ochre #C37526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.43%

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

R = 55.71%
G = 33.43%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C37526 (or 0xC37526) is known color: Ochre. HEX triplet: C3, 75 and 26. RGB value is (195,117,38). Sum of RGB (Red+Green+Blue) = 195+117+38=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C37526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37526 is #3C8AD9. Grayscale: #838383. Windows color (decimal): -3967706 or 2520515. OLE color: 2520515.

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

Color convert

RGB 195 117 38 -
CMYK 0 0.4 0.81 0.24
HSL 30.19º 0.67% 0.46% -
HSV(B) 30.19º 0.81% 0.76% -
XYZ 29.22 24.46 5.02 -
YUV 131.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 195 117 38 0 0.4 0.81 0.24 30.19 0.67 0.46
Hex C3 75 26 0 28 51 18 1E 43 2E
Octal 303 165 46 0 50 121 30 36 103 56
Binary 11000011 1110101 100110 0 101000 1010001 11000 11110 1000011 101110

Color Harmonies of #C37526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37526

Black with #C37526

Text Example


Text Example

White with #C37526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37526; }

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

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

background-color css

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

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

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

border-color css

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

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

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