Html Css Color HEX #C47827 Ochre

📋 copy color: '#C47827'

red 196 ◦ green 120 ◦ blue 39

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

Shades of Ochre #C47827

Tints of Ochre #C47827

RGB

 RED value IS 196 (76.95% from 255) = 55.21%

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 55.21%
G = 33.8%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C47827 (or 0xC47827) is known color: Ochre. HEX triplet: C4, 78 and 27. RGB value is (196,120,39). Sum of RGB (Red+Green+Blue) = 196+120+39=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C47827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47827 is #3B87D8. Grayscale: #858585. Windows color (decimal): -3901401 or 2586820. OLE color: 2586820.

HSL color Cylindrical-coordinate representation of color #C47827: hue angle of 30.96º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C47827 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 39 -
CMYK 0 0.39 0.80 0.23
HSL 30.96º 0.67% 0.46% -
HSV(B) 30.96º 0.8% 0.77% -
XYZ 29.85 25.32 5.23 -
YUV 133.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 196 120 39 0 0.39 0.80 0.23 30.96 0.67 0.46
Hex C4 78 27 0 27 50 17 1F 43 2E
Octal 304 170 47 0 47 120 27 37 103 56
Binary 11000100 1111000 100111 0 100111 1010000 10111 11111 1000011 101110

Color Harmonies of #C47827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47827

Black with #C47827

Text Example


Text Example

White with #C47827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47827; }

 p { color: rgb(196,120,39); }

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

background-color css

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

 a { background-color: rgb(196,120,39); }

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

border-color css

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

 span { border-color: rgb(196,120,39); }

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