Html Css Color HEX #C5530D Tenne (Tawny)

📋 copy color: '#C5530D'

red 197 ◦ green 83 ◦ blue 13

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

Shades of Tenne (Tawny) #C5530D

Tints of Tenne (Tawny) #C5530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.44%

R = 67.24%
G = 28.33%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5530D (or 0xC5530D) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 0D. RGB value is (197,83,13). Sum of RGB (Red+Green+Blue) = 197+83+13=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5530D is #3AACF2. Grayscale: #6D6D6D. Windows color (decimal): -3845363 or 873413. OLE color: 873413.

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

Color convert

RGB 197 83 13 -
CMYK 0 0.58 0.93 0.23
HSL 22.83º 0.88% 0.41% -
HSV(B) 22.83º 0.93% 0.77% -
XYZ 26.19 18.09 2.49 -
YUV 109.11 73.77 190.69 -
System Red Green Blue C M Y K H S L
Decimal 197 83 13 0 0.58 0.93 0.23 22.83 0.88 0.41
Hex C5 53 D 0 3A 5D 17 17 58 29
Octal 305 123 15 0 72 135 27 27 130 51
Binary 11000101 1010011 1101 0 111010 1011101 10111 10111 1011000 101001

Color Harmonies of #C5530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5530D

Black with #C5530D

Text Example


Text Example

White with #C5530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5530D; }

 p { color: rgb(197,83,13); }

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

background-color css

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

 a { background-color: rgb(197,83,13); }

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

border-color css

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

 span { border-color: rgb(197,83,13); }

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