Html Css Color HEX #CB520F Tenne (Tawny)

📋 copy color: '#CB520F'

red 203 ◦ green 82 ◦ blue 15

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

Shades of Tenne (Tawny) #CB520F

Tints of Tenne (Tawny) #CB520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5%

R = 67.67%
G = 27.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB520F (or 0xCB520F) is known color: Tenne (Tawny). HEX triplet: CB, 52 and 0F. RGB value is (203,82,15). Sum of RGB (Red+Green+Blue) = 203+82+15=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB520F is #34ADF0. Grayscale: #6E6E6E. Windows color (decimal): -3452401 or 1004235. OLE color: 1004235.

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

Color convert

RGB 203 82 15 -
CMYK 0 0.60 0.93 0.20
HSL 21.38º 0.86% 0.43% -
HSV(B) 21.38º 0.93% 0.8% -
XYZ 27.73 18.77 2.61 -
YUV 110.54 74.09 193.95 -
System Red Green Blue C M Y K H S L
Decimal 203 82 15 0 0.60 0.93 0.20 21.38 0.86 0.43
Hex CB 52 F 0 3C 5D 14 15 56 2B
Octal 313 122 17 0 74 135 24 25 126 53
Binary 11001011 1010010 1111 0 111100 1011101 10100 10101 1010110 101011

Color Harmonies of #CB520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB520F

Black with #CB520F

Text Example


Text Example

White with #CB520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB520F; }

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

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

background-color css

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

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

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

border-color css

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

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

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