Html Css Color HEX #CD510D Tenne (Tawny)

📋 copy color: '#CD510D'

red 205 ◦ green 81 ◦ blue 13

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

Shades of Tenne (Tawny) #CD510D

Tints of Tenne (Tawny) #CD510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

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

R = 68.56%
G = 27.09%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD510D (or 0xCD510D) is known color: Tenne (Tawny). HEX triplet: CD, 51 and 0D. RGB value is (205,81,13). Sum of RGB (Red+Green+Blue) = 205+81+13=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD510D is #32AEF2. Grayscale: #6E6E6E. Windows color (decimal): -3321587 or 872909. OLE color: 872909.

HSL color Cylindrical-coordinate representation of color #CD510D: hue angle of 21.25º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD510D is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 81 13 -
CMYK 0 0.60 0.94 0.20
HSL 21.25º 0.88% 0.43% -
HSV(B) 21.25º 0.94% 0.8% -
XYZ 28.19 18.89 2.54 -
YUV 110.32 73.08 195.53 -
System Red Green Blue C M Y K H S L
Decimal 205 81 13 0 0.60 0.94 0.20 21.25 0.88 0.43
Hex CD 51 D 0 3C 5E 14 15 58 2B
Octal 315 121 15 0 74 136 24 25 130 53
Binary 11001101 1010001 1101 0 111100 1011110 10100 10101 1011000 101011

Color Harmonies of #CD510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD510D

Black with #CD510D

Text Example


Text Example

White with #CD510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD510D; }

 p { color: rgb(205,81,13); }

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

background-color css

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

 a { background-color: rgb(205,81,13); }

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

border-color css

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

 span { border-color: rgb(205,81,13); }

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