Html Css Color HEX #CD4D12 Tenne (Tawny)

📋 copy color: '#CD4D12'

red 205 ◦ green 77 ◦ blue 18

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

Shades of Tenne (Tawny) #CD4D12

Tints of Tenne (Tawny) #CD4D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6%

R = 68.33%
G = 25.67%
B = 6%

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

#CD4D12 (or 0xCD4D12) is known color: Tenne (Tawny). HEX triplet: CD, 4D and 12. RGB value is (205,77,18). Sum of RGB (Red+Green+Blue) = 205+77+18=300 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD4D12 is #32B2ED. Grayscale: #6C6C6C. Windows color (decimal): -3322606 or 1199565. OLE color: 1199565.

HSL color Cylindrical-coordinate representation of color #CD4D12: hue angle of 18.93º degrees, saturation: 0.84, 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 #CD4D12 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 77 18 -
CMYK 0 0.62 0.91 0.20
HSL 18.93º 0.84% 0.44% -
HSV(B) 18.93º 0.91% 0.8% -
XYZ 27.94 18.33 2.64 -
YUV 108.55 76.91 196.8 -
System Red Green Blue C M Y K H S L
Decimal 205 77 18 0 0.62 0.91 0.20 18.93 0.84 0.44
Hex CD 4D 12 0 3E 5B 14 13 54 2C
Octal 315 115 22 0 76 133 24 23 124 54
Binary 11001101 1001101 10010 0 111110 1011011 10100 10011 1010100 101100

Color Harmonies of #CD4D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4D12

Black with #CD4D12

Text Example


Text Example

White with #CD4D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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