Html Css Color HEX #CB5A07 Tenne (Tawny)

📋 copy color: '#CB5A07'

red 203 ◦ green 90 ◦ blue 7

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

Shades of Tenne (Tawny) #CB5A07

Tints of Tenne (Tawny) #CB5A07

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30%

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 67.67%
G = 30%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB5A07 (or 0xCB5A07) is known color: Tenne (Tawny). HEX triplet: CB, 5A and 07. RGB value is (203,90,7). Sum of RGB (Red+Green+Blue) = 203+90+7=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5A07 is #34A5F8. Grayscale: #727272. Windows color (decimal): -3450361 or 481995. OLE color: 481995.

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

Color convert

RGB 203 90 7 -
CMYK 0 0.56 0.97 0.20
HSL 25.41º 0.93% 0.41% -
HSV(B) 25.41º 0.97% 0.8% -
XYZ 28.32 20.02 2.57 -
YUV 114.33 67.44 191.25 -
System Red Green Blue C M Y K H S L
Decimal 203 90 7 0 0.56 0.97 0.20 25.41 0.93 0.41
Hex CB 5A 7 0 38 61 14 19 5D 29
Octal 313 132 7 0 70 141 24 31 135 51
Binary 11001011 1011010 111 0 111000 1100001 10100 11001 1011101 101001

Color Harmonies of #CB5A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5A07

Black with #CB5A07

Text Example


Text Example

White with #CB5A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5A07; }

 p { color: rgb(203,90,7); }

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

background-color css

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

 a { background-color: rgb(203,90,7); }

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

border-color css

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

 span { border-color: rgb(203,90,7); }

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