Html Css Color HEX #CB5314 Tenne (Tawny)

📋 copy color: '#CB5314'

red 203 ◦ green 83 ◦ blue 20

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

Shades of Tenne (Tawny) #CB5314

Tints of Tenne (Tawny) #CB5314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 66.34%
G = 27.12%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB5314 (or 0xCB5314) is known color: Tenne (Tawny). HEX triplet: CB, 53 and 14. RGB value is (203,83,20). Sum of RGB (Red+Green+Blue) = 203+83+20=306 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.34% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5314 is #34ACEB. Grayscale: #707070. Windows color (decimal): -3452140 or 1332171. OLE color: 1332171.

HSL color Cylindrical-coordinate representation of color #CB5314: hue angle of 20.66º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB5314 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 83 20 -
CMYK 0 0.59 0.90 0.20
HSL 20.66º 0.82% 0.44% -
HSV(B) 20.66º 0.9% 0.8% -
XYZ 27.85 18.93 2.85 -
YUV 111.7 76.26 193.12 -
System Red Green Blue C M Y K H S L
Decimal 203 83 20 0 0.59 0.90 0.20 20.66 0.82 0.44
Hex CB 53 14 0 3B 5A 14 15 52 2C
Octal 313 123 24 0 73 132 24 25 122 54
Binary 11001011 1010011 10100 0 111011 1011010 10100 10101 1010010 101100

Color Harmonies of #CB5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5314

Black with #CB5314

Text Example


Text Example

White with #CB5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5314; }

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

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

background-color css

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

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

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

border-color css

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

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

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