Html Css Color HEX #CD4705 Tenne (Tawny)

📋 copy color: '#CD4705'

red 205 ◦ green 71 ◦ blue 5

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

Shades of Tenne (Tawny) #CD4705

Tints of Tenne (Tawny) #CD4705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.27%

 BLUE value IS 5 (2.34% from 255) = 1.78%

R = 72.95%
G = 25.27%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CD4705 (or 0xCD4705) is known color: Tenne (Tawny). HEX triplet: CD, 47 and 05. RGB value is (205,71,5). Sum of RGB (Red+Green+Blue) = 205+71+5=281 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.95% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4705 is #32B8FA. Grayscale: #676767. Windows color (decimal): -3324155 or 346061. OLE color: 346061.

HSL color Cylindrical-coordinate representation of color #CD4705: hue angle of 19.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD4705 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 71 5 -
CMYK 0 0.65 0.98 0.20
HSL 19.8º 0.95% 0.41% -
HSV(B) 19.8º 0.98% 0.8% -
XYZ 27.46 17.5 2.07 -
YUV 103.54 72.39 200.37 -
System Red Green Blue C M Y K H S L
Decimal 205 71 5 0 0.65 0.98 0.20 19.8 0.95 0.41
Hex CD 47 5 0 41 62 14 14 5F 29
Octal 315 107 5 0 101 142 24 24 137 51
Binary 11001101 1000111 101 0 1000001 1100010 10100 10100 1011111 101001

Color Harmonies of #CD4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4705

Black with #CD4705

Text Example


Text Example

White with #CD4705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4705; }

 p { color: rgb(205,71,5); }

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

background-color css

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

 a { background-color: rgb(205,71,5); }

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

border-color css

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

 span { border-color: rgb(205,71,5); }

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