Html Css Color HEX #C37527 Ochre

📋 copy color: '#C37527'

red 195 ◦ green 117 ◦ blue 39

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

Shades of Ochre #C37527

Tints of Ochre #C37527

RGB

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

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

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

R = 55.56%
G = 33.33%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C37527 (or 0xC37527) is known color: Ochre. HEX triplet: C3, 75 and 27. RGB value is (195,117,39). Sum of RGB (Red+Green+Blue) = 195+117+39=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C37527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37527 is #3C8AD8. Grayscale: #838383. Windows color (decimal): -3967705 or 2586051. OLE color: 2586051.

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

Color convert

RGB 195 117 39 -
CMYK 0 0.4 0.80 0.24
HSL 30º 0.67% 0.46% -
HSV(B) 30º 0.8% 0.76% -
XYZ 29.23 24.47 5.1 -
YUV 131.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 195 117 39 0 0.4 0.80 0.24 30 0.67 0.46
Hex C3 75 27 0 28 50 18 1E 43 2E
Octal 303 165 47 0 50 120 30 36 103 56
Binary 11000011 1110101 100111 0 101000 1010000 11000 11110 1000011 101110

Color Harmonies of #C37527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37527

Black with #C37527

Text Example


Text Example

White with #C37527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37527; }

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

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

background-color css

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

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

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

border-color css

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

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

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