Html Css Color HEX #CB5013 Tenne (Tawny)

📋 copy color: '#CB5013'

red 203 ◦ green 80 ◦ blue 19

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

Shades of Tenne (Tawny) #CB5013

Tints of Tenne (Tawny) #CB5013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

 BLUE value IS 19 (7.81% from 255) = 6.29%

R = 67.22%
G = 26.49%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB5013 (or 0xCB5013) is known color: Tenne (Tawny). HEX triplet: CB, 50 and 13. RGB value is (203,80,19). Sum of RGB (Red+Green+Blue) = 203+80+19=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5013 is #34AFEC. Grayscale: #6E6E6E. Windows color (decimal): -3452909 or 1265867. OLE color: 1265867.

HSL color Cylindrical-coordinate representation of color #CB5013: hue angle of 19.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB5013 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 80 19 -
CMYK 0 0.61 0.91 0.20
HSL 19.89º 0.83% 0.44% -
HSV(B) 19.89º 0.91% 0.8% -
XYZ 27.61 18.48 2.73 -
YUV 109.82 76.75 194.46 -
System Red Green Blue C M Y K H S L
Decimal 203 80 19 0 0.61 0.91 0.20 19.89 0.83 0.44
Hex CB 50 13 0 3D 5B 14 14 53 2C
Octal 313 120 23 0 75 133 24 24 123 54
Binary 11001011 1010000 10011 0 111101 1011011 10100 10100 1010011 101100

Color Harmonies of #CB5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5013

Black with #CB5013

Text Example


Text Example

White with #CB5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5013; }

 p { color: rgb(203,80,19); }

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

background-color css

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

 a { background-color: rgb(203,80,19); }

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

border-color css

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

 span { border-color: rgb(203,80,19); }

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