Html Css Color HEX #CD4F0E Tenne (Tawny)

📋 copy color: '#CD4F0E'

red 205 ◦ green 79 ◦ blue 14

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

Shades of Tenne (Tawny) #CD4F0E

Tints of Tenne (Tawny) #CD4F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.51%

 BLUE value IS 14 (5.86% from 255) = 4.7%

R = 68.79%
G = 26.51%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD4F0E (or 0xCD4F0E) is known color: Tenne (Tawny). HEX triplet: CD, 4F and 0E. RGB value is (205,79,14). Sum of RGB (Red+Green+Blue) = 205+79+14=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD4F0E is #32B0F1. Grayscale: #6D6D6D. Windows color (decimal): -3322098 or 937933. OLE color: 937933.

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

Color convert

RGB 205 79 14 -
CMYK 0 0.61 0.93 0.20
HSL 20.42º 0.87% 0.43% -
HSV(B) 20.42º 0.93% 0.8% -
XYZ 28.05 18.6 2.53 -
YUV 109.26 74.24 196.29 -
System Red Green Blue C M Y K H S L
Decimal 205 79 14 0 0.61 0.93 0.20 20.42 0.87 0.43
Hex CD 4F E 0 3D 5D 14 14 57 2B
Octal 315 117 16 0 75 135 24 24 127 53
Binary 11001101 1001111 1110 0 111101 1011101 10100 10100 1010111 101011

Color Harmonies of #CD4F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4F0E

Black with #CD4F0E

Text Example


Text Example

White with #CD4F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4F0E; }

 p { color: rgb(205,79,14); }

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

background-color css

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

 a { background-color: rgb(205,79,14); }

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

border-color css

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

 span { border-color: rgb(205,79,14); }

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