Html Css Color HEX #CB550D Tenne (Tawny)

📋 copy color: '#CB550D'

red 203 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #CB550D

Tints of Tenne (Tawny) #CB550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 67.44%
G = 28.24%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB550D (or 0xCB550D) is known color: Tenne (Tawny). HEX triplet: CB, 55 and 0D. RGB value is (203,85,13). Sum of RGB (Red+Green+Blue) = 203+85+13=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB550D is #34AAF2. Grayscale: #707070. Windows color (decimal): -3451635 or 873931. OLE color: 873931.

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

Color convert

RGB 203 85 13 -
CMYK 0 0.58 0.94 0.20
HSL 22.74º 0.88% 0.42% -
HSV(B) 22.74º 0.94% 0.8% -
XYZ 27.95 19.22 2.62 -
YUV 112.07 72.09 192.85 -
System Red Green Blue C M Y K H S L
Decimal 203 85 13 0 0.58 0.94 0.20 22.74 0.88 0.42
Hex CB 55 D 0 3A 5E 14 17 58 2A
Octal 313 125 15 0 72 136 24 27 130 52
Binary 11001011 1010101 1101 0 111010 1011110 10100 10111 1011000 101010

Color Harmonies of #CB550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB550D

Black with #CB550D

Text Example


Text Example

White with #CB550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB550D; }

 p { color: rgb(203,85,13); }

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

background-color css

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

 a { background-color: rgb(203,85,13); }

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

border-color css

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

 span { border-color: rgb(203,85,13); }

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