Html Css Color HEX #CD4703 Tenne (Tawny)

📋 copy color: '#CD4703'

red 205 ◦ green 71 ◦ blue 3

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

Shades of Tenne (Tawny) #CD4703

Tints of Tenne (Tawny) #CD4703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 73.48%
G = 25.45%
B = 1.08%

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

#CD4703 (or 0xCD4703) is known color: Tenne (Tawny). HEX triplet: CD, 47 and 03. RGB value is (205,71,3). Sum of RGB (Red+Green+Blue) = 205+71+3=279 (36% of max value = 765). Red value is 205 (80.47% from 255 or 73.48% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4703 is #32B8FC. Grayscale: #676767. Windows color (decimal): -3324157 or 214989. OLE color: 214989.

HSL color Cylindrical-coordinate representation of color #CD4703: hue angle of 20.2º degrees, saturation: 0.97, 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 #CD4703 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 71 3 -
CMYK 0 0.65 0.99 0.20
HSL 20.2º 0.97% 0.41% -
HSV(B) 20.2º 0.99% 0.8% -
XYZ 27.45 17.49 2.02 -
YUV 103.31 71.39 200.53 -
System Red Green Blue C M Y K H S L
Decimal 205 71 3 0 0.65 0.99 0.20 20.2 0.97 0.41
Hex CD 47 3 0 41 63 14 14 61 29
Octal 315 107 3 0 101 143 24 24 141 51
Binary 11001101 1000111 11 0 1000001 1100011 10100 10100 1100001 101001

Color Harmonies of #CD4703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4703

Black with #CD4703

Text Example


Text Example

White with #CD4703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4703; }

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

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

background-color css

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

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

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

border-color css

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

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

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