Html Css Color HEX #CD520A Tenne (Tawny)

📋 copy color: '#CD520A'

red 205 ◦ green 82 ◦ blue 10

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

Shades of Tenne (Tawny) #CD520A

Tints of Tenne (Tawny) #CD520A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

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

R = 69.02%
G = 27.61%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD520A (or 0xCD520A) is known color: Tenne (Tawny). HEX triplet: CD, 52 and 0A. RGB value is (205,82,10). Sum of RGB (Red+Green+Blue) = 205+82+10=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD520A is #32ADF5. Grayscale: #6E6E6E. Windows color (decimal): -3321334 or 676557. OLE color: 676557.

HSL color Cylindrical-coordinate representation of color #CD520A: hue angle of 22.15º 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 #CD520A is Cyan = 0, Magento = 0.6, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 82 10 -
CMYK 0 0.6 0.95 0.20
HSL 22.15º 0.91% 0.42% -
HSV(B) 22.15º 0.95% 0.8% -
XYZ 28.25 19.04 2.47 -
YUV 110.57 71.25 195.35 -
System Red Green Blue C M Y K H S L
Decimal 205 82 10 0 0.6 0.95 0.20 22.15 0.91 0.42
Hex CD 52 A 0 3C 5F 14 16 5B 2A
Octal 315 122 12 0 74 137 24 26 133 52
Binary 11001101 1010010 1010 0 111100 1011111 10100 10110 1011011 101010

Color Harmonies of #CD520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD520A

Black with #CD520A

Text Example


Text Example

White with #CD520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD520A; }

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

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

background-color css

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

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

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

border-color css

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

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

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