Html Css Color HEX #C47000 Tenne (Tawny)

📋 copy color: '#C47000'

red 196 ◦ green 112 ◦ blue 0

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

Shades of Tenne (Tawny) #C47000

Tints of Tenne (Tawny) #C47000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.64%
G = 36.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C47000 (or 0xC47000) is known color: Tenne (Tawny). HEX triplet: C4, 70 and 00. RGB value is (196,112,0). Sum of RGB (Red+Green+Blue) = 196+112+0=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C47000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47000 is #3B8FFF. Grayscale: #7C7C7C. Windows color (decimal): -3903488 or 28868. OLE color: 28868.

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

Color convert

RGB 196 112 0 -
CMYK 0 0.43 1 0.23
HSL 34.29º 1% 0.38% -
HSV(B) 34.29º 1% 0.77% -
XYZ 28.56 23.32 3 -
YUV 124.35 57.83 179.11 -
System Red Green Blue C M Y K H S L
Decimal 196 112 0 0 0.43 1 0.23 34.29 1 0.38
Hex C4 70 0 0 2B 64 17 22 64 26
Octal 304 160 0 0 53 144 27 42 144 46
Binary 11000100 1110000 0 0 101011 1100100 10111 100010 1100100 100110

Color Harmonies of #C47000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47000

Black with #C47000

Text Example


Text Example

White with #C47000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47000; }

 p { color: rgb(196,112,0); }

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

background-color css

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

 a { background-color: rgb(196,112,0); }

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

border-color css

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

 span { border-color: rgb(196,112,0); }

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