Html Css Color HEX #C47915 Ochre

📋 copy color: '#C47915'

red 196 ◦ green 121 ◦ blue 21

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

Shades of Ochre #C47915

Tints of Ochre #C47915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.21%

R = 57.99%
G = 35.8%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47915 (or 0xC47915) is known color: Ochre. HEX triplet: C4, 79 and 15. RGB value is (196,121,21). Sum of RGB (Red+Green+Blue) = 196+121+21=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C47915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47915 is #3B86EA. Grayscale: #848484. Windows color (decimal): -3901163 or 1407428. OLE color: 1407428.

HSL color Cylindrical-coordinate representation of color #C47915: hue angle of 34.29º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C47915 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 121 21 -
CMYK 0 0.38 0.89 0.23
HSL 34.29º 0.81% 0.43% -
HSV(B) 34.29º 0.89% 0.77% -
XYZ 29.74 25.46 4.06 -
YUV 132.03 65.35 173.63 -
System Red Green Blue C M Y K H S L
Decimal 196 121 21 0 0.38 0.89 0.23 34.29 0.81 0.43
Hex C4 79 15 0 26 59 17 22 51 2B
Octal 304 171 25 0 46 131 27 42 121 53
Binary 11000100 1111001 10101 0 100110 1011001 10111 100010 1010001 101011

Color Harmonies of #C47915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47915

Black with #C47915

Text Example


Text Example

White with #C47915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47915; }

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

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

background-color css

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

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

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

border-color css

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

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

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