Html Css Color HEX #C44700 Tenne (Tawny)

📋 copy color: '#C44700'

red 196 ◦ green 71 ◦ blue 0

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

Shades of Tenne (Tawny) #C44700

Tints of Tenne (Tawny) #C44700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

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

R = 73.41%
G = 26.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C44700 (or 0xC44700) is known color: Tenne (Tawny). HEX triplet: C4, 47 and 00. RGB value is (196,71,0). Sum of RGB (Red+Green+Blue) = 196+71+0=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C44700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44700 is #3BB8FF. Grayscale: #646464. Windows color (decimal): -3913984 or 18372. OLE color: 18372.

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

Color convert

RGB 196 71 0 -
CMYK 0 0.64 1 0.23
HSL 21.73º 1% 0.38% -
HSV(B) 21.73º 1% 0.77% -
XYZ 25.02 16.24 1.82 -
YUV 100.28 71.41 196.27 -
System Red Green Blue C M Y K H S L
Decimal 196 71 0 0 0.64 1 0.23 21.73 1 0.38
Hex C4 47 0 0 40 64 17 16 64 26
Octal 304 107 0 0 100 144 27 26 144 46
Binary 11000100 1000111 0 0 1000000 1100100 10111 10110 1100100 100110

Color Harmonies of #C44700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44700

Black with #C44700

Text Example


Text Example

White with #C44700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44700; }

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

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

background-color css

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

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

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

border-color css

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

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

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