Html Css Color HEX #C54A02 Tenne (Tawny)

📋 copy color: '#C54A02'

red 197 ◦ green 74 ◦ blue 2

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

Shades of Tenne (Tawny) #C54A02

Tints of Tenne (Tawny) #C54A02

RGB

 RED value IS 197 (77.34% from 255) = 72.16%

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 72.16%
G = 27.11%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C54A02 (or 0xC54A02) is known color: Tenne (Tawny). HEX triplet: C5, 4A and 02. RGB value is (197,74,2). Sum of RGB (Red+Green+Blue) = 197+74+2=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54A02 is #3AB5FD. Grayscale: #666666. Windows color (decimal): -3847678 or 150213. OLE color: 150213.

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

Color convert

RGB 197 74 2 -
CMYK 0 0.62 0.99 0.23
HSL 22.15º 0.98% 0.39% -
HSV(B) 22.15º 0.99% 0.77% -
XYZ 25.49 16.77 1.95 -
YUV 102.57 71.25 195.35 -
System Red Green Blue C M Y K H S L
Decimal 197 74 2 0 0.62 0.99 0.23 22.15 0.98 0.39
Hex C5 4A 2 0 3E 63 17 16 62 27
Octal 305 112 2 0 76 143 27 26 142 47
Binary 11000101 1001010 10 0 111110 1100011 10111 10110 1100010 100111

Color Harmonies of #C54A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54A02

Black with #C54A02

Text Example


Text Example

White with #C54A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54A02; }

 p { color: rgb(197,74,2); }

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

background-color css

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

 a { background-color: rgb(197,74,2); }

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

border-color css

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

 span { border-color: rgb(197,74,2); }

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