Html Css Color HEX #CB520B Tenne (Tawny)

📋 copy color: '#CB520B'

red 203 ◦ green 82 ◦ blue 11

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

Shades of Tenne (Tawny) #CB520B

Tints of Tenne (Tawny) #CB520B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 68.58%
G = 27.7%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CB520B (or 0xCB520B) is known color: Tenne (Tawny). HEX triplet: CB, 52 and 0B. RGB value is (203,82,11). Sum of RGB (Red+Green+Blue) = 203+82+11=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB520B is #34ADF4. Grayscale: #6E6E6E. Windows color (decimal): -3452405 or 742091. OLE color: 742091.

HSL color Cylindrical-coordinate representation of color #CB520B: hue angle of 22.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB520B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 82 11 -
CMYK 0 0.60 0.95 0.20
HSL 22.19º 0.9% 0.42% -
HSV(B) 22.19º 0.95% 0.8% -
XYZ 27.71 18.76 2.48 -
YUV 110.09 72.09 194.27 -
System Red Green Blue C M Y K H S L
Decimal 203 82 11 0 0.60 0.95 0.20 22.19 0.9 0.42
Hex CB 52 B 0 3C 5F 14 16 5A 2A
Octal 313 122 13 0 74 137 24 26 132 52
Binary 11001011 1010010 1011 0 111100 1011111 10100 10110 1011010 101010

Color Harmonies of #CB520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB520B

Black with #CB520B

Text Example


Text Example

White with #CB520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB520B; }

 p { color: rgb(203,82,11); }

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

background-color css

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

 a { background-color: rgb(203,82,11); }

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

border-color css

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

 span { border-color: rgb(203,82,11); }

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