Html Css Color HEX #C47828 Ochre

📋 copy color: '#C47828'

red 196 ◦ green 120 ◦ blue 40

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

Shades of Ochre #C47828

Tints of Ochre #C47828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 55.06%
G = 33.71%
B = 11.24%

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

#C47828 (or 0xC47828) is known color: Ochre. HEX triplet: C4, 78 and 28. RGB value is (196,120,40). Sum of RGB (Red+Green+Blue) = 196+120+40=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C47828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47828 is #3B87D7. Grayscale: #868686. Windows color (decimal): -3901400 or 2652356. OLE color: 2652356.

HSL color Cylindrical-coordinate representation of color #C47828: hue angle of 30.77º degrees, saturation: 0.66, 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 #C47828 is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 40 -
CMYK 0 0.39 0.80 0.23
HSL 30.77º 0.66% 0.46% -
HSV(B) 30.77º 0.8% 0.77% -
XYZ 29.86 25.32 5.32 -
YUV 133.6 75.18 172.5 -
System Red Green Blue C M Y K H S L
Decimal 196 120 40 0 0.39 0.80 0.23 30.77 0.66 0.46
Hex C4 78 28 0 27 50 17 1F 42 2E
Octal 304 170 50 0 47 120 27 37 102 56
Binary 11000100 1111000 101000 0 100111 1010000 10111 11111 1000010 101110

Color Harmonies of #C47828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47828

Black with #C47828

Text Example


Text Example

White with #C47828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47828; }

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

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

background-color css

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

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

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

border-color css

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

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

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