Html Css Color HEX #C45304 Tenne (Tawny)

📋 copy color: '#C45304'

red 196 ◦ green 83 ◦ blue 4

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

Shades of Tenne (Tawny) #C45304

Tints of Tenne (Tawny) #C45304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 69.26%
G = 29.33%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C45304 (or 0xC45304) is known color: Tenne (Tawny). HEX triplet: C4, 53 and 04. RGB value is (196,83,4). Sum of RGB (Red+Green+Blue) = 196+83+4=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C45304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45304 is #3BACFB. Grayscale: #6C6C6C. Windows color (decimal): -3910908 or 283588. OLE color: 283588.

HSL color Cylindrical-coordinate representation of color #C45304: hue angle of 24.69º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C45304 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 83 4 -
CMYK 0 0.58 0.98 0.23
HSL 24.69º 0.96% 0.39% -
HSV(B) 24.69º 0.98% 0.77% -
XYZ 25.88 17.93 2.21 -
YUV 107.78 69.44 190.92 -
System Red Green Blue C M Y K H S L
Decimal 196 83 4 0 0.58 0.98 0.23 24.69 0.96 0.39
Hex C4 53 4 0 3A 62 17 19 60 27
Octal 304 123 4 0 72 142 27 31 140 47
Binary 11000100 1010011 100 0 111010 1100010 10111 11001 1100000 100111

Color Harmonies of #C45304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45304

Black with #C45304

Text Example


Text Example

White with #C45304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45304; }

 p { color: rgb(196,83,4); }

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

background-color css

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

 a { background-color: rgb(196,83,4); }

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

border-color css

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

 span { border-color: rgb(196,83,4); }

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