Html Css Color HEX #C47D15 Ochre

📋 copy color: '#C47D15'

red 196 ◦ green 125 ◦ blue 21

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

Shades of Ochre #C47D15

Tints of Ochre #C47D15

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.55%

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

R = 57.31%
G = 36.55%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C47D15 (or 0xC47D15) is known color: Ochre. HEX triplet: C4, 7D and 15. RGB value is (196,125,21). Sum of RGB (Red+Green+Blue) = 196+125+21=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47D15 is #3B82EA. Grayscale: #868686. Windows color (decimal): -3900139 or 1408452. OLE color: 1408452.

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

Color convert

RGB 196 125 21 -
CMYK 0 0.36 0.89 0.23
HSL 35.66º 0.81% 0.43% -
HSV(B) 35.66º 0.89% 0.77% -
XYZ 30.23 26.46 4.22 -
YUV 134.37 64.02 171.96 -
System Red Green Blue C M Y K H S L
Decimal 196 125 21 0 0.36 0.89 0.23 35.66 0.81 0.43
Hex C4 7D 15 0 24 59 17 24 51 2B
Octal 304 175 25 0 44 131 27 44 121 53
Binary 11000100 1111101 10101 0 100100 1011001 10111 100100 1010001 101011

Color Harmonies of #C47D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D15

Black with #C47D15

Text Example


Text Example

White with #C47D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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