Html Css Color HEX #C37327 Ochre

📋 copy color: '#C37327'

red 195 ◦ green 115 ◦ blue 39

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

Shades of Ochre #C37327

Tints of Ochre #C37327

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

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

R = 55.87%
G = 32.95%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C37327 (or 0xC37327) is known color: Ochre. HEX triplet: C3, 73 and 27. RGB value is (195,115,39). Sum of RGB (Red+Green+Blue) = 195+115+39=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C37327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37327 is #3C8CD8. Grayscale: #828282. Windows color (decimal): -3968217 or 2585539. OLE color: 2585539.

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

Color convert

RGB 195 115 39 -
CMYK 0 0.41 0.80 0.24
HSL 29.23º 0.67% 0.46% -
HSV(B) 29.23º 0.8% 0.76% -
XYZ 29 24.01 5.03 -
YUV 130.26 76.5 174.18 -
System Red Green Blue C M Y K H S L
Decimal 195 115 39 0 0.41 0.80 0.24 29.23 0.67 0.46
Hex C3 73 27 0 29 50 18 1D 43 2E
Octal 303 163 47 0 51 120 30 35 103 56
Binary 11000011 1110011 100111 0 101001 1010000 11000 11101 1000011 101110

Color Harmonies of #C37327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37327

Black with #C37327

Text Example


Text Example

White with #C37327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37327; }

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

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

background-color css

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

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

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

border-color css

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

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

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