Html Css Color HEX #CD4702 Tenne (Tawny)

📋 copy color: '#CD4702'

red 205 ◦ green 71 ◦ blue 2

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

Shades of Tenne (Tawny) #CD4702

Tints of Tenne (Tawny) #CD4702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 73.74%
G = 25.54%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD4702 (or 0xCD4702) is known color: Tenne (Tawny). HEX triplet: CD, 47 and 02. RGB value is (205,71,2). Sum of RGB (Red+Green+Blue) = 205+71+2=278 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.74% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 2 (1.17% from 255 or 0.72% from 278); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4702 is #32B8FD. Grayscale: #676767. Windows color (decimal): -3324158 or 149453. OLE color: 149453.

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

Color convert

RGB 205 71 2 -
CMYK 0 0.65 0.99 0.20
HSL 20.39º 0.98% 0.41% -
HSV(B) 20.39º 0.99% 0.8% -
XYZ 27.44 17.49 1.99 -
YUV 103.2 70.89 200.61 -
System Red Green Blue C M Y K H S L
Decimal 205 71 2 0 0.65 0.99 0.20 20.39 0.98 0.41
Hex CD 47 2 0 41 63 14 14 62 29
Octal 315 107 2 0 101 143 24 24 142 51
Binary 11001101 1000111 10 0 1000001 1100011 10100 10100 1100010 101001

Color Harmonies of #CD4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4702

Black with #CD4702

Text Example


Text Example

White with #CD4702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4702; }

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

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

background-color css

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

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

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

border-color css

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

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

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