Html Css Color HEX #CD4D13 Tenne (Tawny)

📋 copy color: '#CD4D13'

red 205 ◦ green 77 ◦ blue 19

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

Shades of Tenne (Tawny) #CD4D13

Tints of Tenne (Tawny) #CD4D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 68.11%
G = 25.58%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD4D13 (or 0xCD4D13) is known color: Tenne (Tawny). HEX triplet: CD, 4D and 13. RGB value is (205,77,19). Sum of RGB (Red+Green+Blue) = 205+77+19=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD4D13 is #32B2EC. Grayscale: #6D6D6D. Windows color (decimal): -3322605 or 1265101. OLE color: 1265101.

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

Color convert

RGB 205 77 19 -
CMYK 0 0.62 0.91 0.20
HSL 18.71º 0.83% 0.44% -
HSV(B) 18.71º 0.91% 0.8% -
XYZ 27.95 18.33 2.68 -
YUV 108.66 77.41 196.72 -
System Red Green Blue C M Y K H S L
Decimal 205 77 19 0 0.62 0.91 0.20 18.71 0.83 0.44
Hex CD 4D 13 0 3E 5B 14 13 53 2C
Octal 315 115 23 0 76 133 24 23 123 54
Binary 11001101 1001101 10011 0 111110 1011011 10100 10011 1010011 101100

Color Harmonies of #CD4D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4D13

Black with #CD4D13

Text Example


Text Example

White with #CD4D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4D13; }

 p { color: rgb(205,77,19); }

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

background-color css

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

 a { background-color: rgb(205,77,19); }

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

border-color css

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

 span { border-color: rgb(205,77,19); }

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