Html Css Color HEX #C44A00 Tenne (Tawny)

📋 copy color: '#C44A00'

red 196 ◦ green 74 ◦ blue 0

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

Shades of Tenne (Tawny) #C44A00

Tints of Tenne (Tawny) #C44A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.41%

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

R = 72.59%
G = 27.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C44A00 (or 0xC44A00) is known color: Tenne (Tawny). HEX triplet: C4, 4A and 00. RGB value is (196,74,0). Sum of RGB (Red+Green+Blue) = 196+74+0=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44A00 is #3BB5FF. Grayscale: #666666. Windows color (decimal): -3913216 or 19140. OLE color: 19140.

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

Color convert

RGB 196 74 0 -
CMYK 0 0.62 1 0.23
HSL 22.65º 1% 0.38% -
HSV(B) 22.65º 1% 0.77% -
XYZ 25.21 16.63 1.88 -
YUV 102.04 70.42 195.02 -
System Red Green Blue C M Y K H S L
Decimal 196 74 0 0 0.62 1 0.23 22.65 1 0.38
Hex C4 4A 0 0 3E 64 17 17 64 26
Octal 304 112 0 0 76 144 27 27 144 46
Binary 11000100 1001010 0 0 111110 1100100 10111 10111 1100100 100110

Color Harmonies of #C44A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44A00

Black with #C44A00

Text Example


Text Example

White with #C44A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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