Html Css Color HEX #CB5310 Tenne (Tawny)

📋 copy color: '#CB5310'

red 203 ◦ green 83 ◦ blue 16

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

Shades of Tenne (Tawny) #CB5310

Tints of Tenne (Tawny) #CB5310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.48%

 BLUE value IS 16 (6.64% from 255) = 5.3%

R = 67.22%
G = 27.48%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB5310 (or 0xCB5310) is known color: Tenne (Tawny). HEX triplet: CB, 53 and 10. RGB value is (203,83,16). Sum of RGB (Red+Green+Blue) = 203+83+16=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5310 is #34ACEF. Grayscale: #6F6F6F. Windows color (decimal): -3452144 or 1070027. OLE color: 1070027.

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

Color convert

RGB 203 83 16 -
CMYK 0 0.59 0.92 0.20
HSL 21.5º 0.85% 0.43% -
HSV(B) 21.5º 0.92% 0.8% -
XYZ 27.82 18.92 2.68 -
YUV 111.24 74.26 193.45 -
System Red Green Blue C M Y K H S L
Decimal 203 83 16 0 0.59 0.92 0.20 21.5 0.85 0.43
Hex CB 53 10 0 3B 5C 14 15 55 2B
Octal 313 123 20 0 73 134 24 25 125 53
Binary 11001011 1010011 10000 0 111011 1011100 10100 10101 1010101 101011

Color Harmonies of #CB5310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5310

Black with #CB5310

Text Example


Text Example

White with #CB5310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5310; }

 p { color: rgb(203,83,16); }

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

background-color css

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

 a { background-color: rgb(203,83,16); }

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

border-color css

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

 span { border-color: rgb(203,83,16); }

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