Html Css Color HEX #C47928 Ochre

📋 copy color: '#C47928'

red 196 ◦ green 121 ◦ blue 40

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

Shades of Ochre #C47928

Tints of Ochre #C47928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

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

R = 54.9%
G = 33.89%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C47928 (or 0xC47928) is known color: Ochre. HEX triplet: C4, 79 and 28. RGB value is (196,121,40). Sum of RGB (Red+Green+Blue) = 196+121+40=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C47928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47928 is #3B86D7. Grayscale: #868686. Windows color (decimal): -3901144 or 2652612. OLE color: 2652612.

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

Color convert

RGB 196 121 40 -
CMYK 0 0.38 0.80 0.23
HSL 31.15º 0.66% 0.46% -
HSV(B) 31.15º 0.8% 0.77% -
XYZ 29.99 25.56 5.36 -
YUV 134.19 74.85 172.09 -
System Red Green Blue C M Y K H S L
Decimal 196 121 40 0 0.38 0.80 0.23 31.15 0.66 0.46
Hex C4 79 28 0 26 50 17 1F 42 2E
Octal 304 171 50 0 46 120 27 37 102 56
Binary 11000100 1111001 101000 0 100110 1010000 10111 11111 1000010 101110

Color Harmonies of #C47928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47928

Black with #C47928

Text Example


Text Example

White with #C47928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47928; }

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

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

background-color css

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

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

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

border-color css

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

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

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