Html Css Color HEX #CD540A Tenne (Tawny)

📋 copy color: '#CD540A'

red 205 ◦ green 84 ◦ blue 10

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

Shades of Tenne (Tawny) #CD540A

Tints of Tenne (Tawny) #CD540A

RGB

 RED value IS 205 (80.47% from 255) = 68.56%

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 10 (4.3% from 255) = 3.34%

R = 68.56%
G = 28.09%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD540A (or 0xCD540A) is known color: Tenne (Tawny). HEX triplet: CD, 54 and 0A. RGB value is (205,84,10). Sum of RGB (Red+Green+Blue) = 205+84+10=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD540A is #32ABF5. Grayscale: #707070. Windows color (decimal): -3320822 or 677069. OLE color: 677069.

HSL color Cylindrical-coordinate representation of color #CD540A: hue angle of 22.77º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD540A is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 84 10 -
CMYK 0 0.59 0.95 0.20
HSL 22.77º 0.91% 0.42% -
HSV(B) 22.77º 0.95% 0.8% -
XYZ 28.4 19.34 2.52 -
YUV 111.74 70.59 194.52 -
System Red Green Blue C M Y K H S L
Decimal 205 84 10 0 0.59 0.95 0.20 22.77 0.91 0.42
Hex CD 54 A 0 3B 5F 14 17 5B 2A
Octal 315 124 12 0 73 137 24 27 133 52
Binary 11001101 1010100 1010 0 111011 1011111 10100 10111 1011011 101010

Color Harmonies of #CD540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD540A

Black with #CD540A

Text Example


Text Example

White with #CD540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD540A; }

 p { color: rgb(205,84,10); }

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

background-color css

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

 a { background-color: rgb(205,84,10); }

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

border-color css

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

 span { border-color: rgb(205,84,10); }

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