Html Css Color HEX #CB4705 Tenne (Tawny)

📋 copy color: '#CB4705'

red 203 ◦ green 71 ◦ blue 5

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

Shades of Tenne (Tawny) #CB4705

Tints of Tenne (Tawny) #CB4705

RGB

 RED value IS 203 (79.69% from 255) = 72.76%

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

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

R = 72.76%
G = 25.45%
B = 1.79%

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

#CB4705 (or 0xCB4705) is known color: Tenne (Tawny). HEX triplet: CB, 47 and 05. RGB value is (203,71,5). Sum of RGB (Red+Green+Blue) = 203+71+5=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4705 is #34B8FA. Grayscale: #676767. Windows color (decimal): -3455227 or 346059. OLE color: 346059.

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

Color convert

RGB 203 71 5 -
CMYK 0 0.65 0.98 0.20
HSL 20º 0.95% 0.41% -
HSV(B) 20º 0.98% 0.8% -
XYZ 26.91 17.21 2.05 -
YUV 102.94 72.73 199.37 -
System Red Green Blue C M Y K H S L
Decimal 203 71 5 0 0.65 0.98 0.20 20 0.95 0.41
Hex CB 47 5 0 41 62 14 14 5F 29
Octal 313 107 5 0 101 142 24 24 137 51
Binary 11001011 1000111 101 0 1000001 1100010 10100 10100 1011111 101001

Color Harmonies of #CB4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4705

Black with #CB4705

Text Example


Text Example

White with #CB4705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4705; }

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

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

background-color css

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

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

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

border-color css

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

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

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