Html Css Color HEX #CD510B Tenne (Tawny)

📋 copy color: '#CD510B'

red 205 ◦ green 81 ◦ blue 11

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

Shades of Tenne (Tawny) #CD510B

Tints of Tenne (Tawny) #CD510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.7%

R = 69.02%
G = 27.27%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD510B (or 0xCD510B) is known color: Tenne (Tawny). HEX triplet: CD, 51 and 0B. RGB value is (205,81,11). Sum of RGB (Red+Green+Blue) = 205+81+11=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD510B is #32AEF4. Grayscale: #6E6E6E. Windows color (decimal): -3321589 or 741837. OLE color: 741837.

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

Color convert

RGB 205 81 11 -
CMYK 0 0.60 0.95 0.20
HSL 21.65º 0.9% 0.42% -
HSV(B) 21.65º 0.95% 0.8% -
XYZ 28.18 18.89 2.48 -
YUV 110.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 205 81 11 0 0.60 0.95 0.20 21.65 0.9 0.42
Hex CD 51 B 0 3C 5F 14 16 5A 2A
Octal 315 121 13 0 74 137 24 26 132 52
Binary 11001101 1010001 1011 0 111100 1011111 10100 10110 1011010 101010

Color Harmonies of #CD510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD510B

Black with #CD510B

Text Example


Text Example

White with #CD510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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