Html Css Color HEX #CB4A07 Tenne (Tawny)

📋 copy color: '#CB4A07'

red 203 ◦ green 74 ◦ blue 7

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

Shades of Tenne (Tawny) #CB4A07

Tints of Tenne (Tawny) #CB4A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.06%

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

R = 71.48%
G = 26.06%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CB4A07 (or 0xCB4A07) is known color: Tenne (Tawny). HEX triplet: CB, 4A and 07. RGB value is (203,74,7). Sum of RGB (Red+Green+Blue) = 203+74+7=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A07 is #34B5F8. Grayscale: #696969. Windows color (decimal): -3454457 or 477899. OLE color: 477899.

HSL color Cylindrical-coordinate representation of color #CB4A07: hue angle of 20.51º 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 #CB4A07 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 74 7 -
CMYK 0 0.64 0.97 0.20
HSL 20.51º 0.93% 0.41% -
HSV(B) 20.51º 0.97% 0.8% -
XYZ 27.12 17.61 2.17 -
YUV 104.93 72.74 197.95 -
System Red Green Blue C M Y K H S L
Decimal 203 74 7 0 0.64 0.97 0.20 20.51 0.93 0.41
Hex CB 4A 7 0 40 61 14 15 5D 29
Octal 313 112 7 0 100 141 24 25 135 51
Binary 11001011 1001010 111 0 1000000 1100001 10100 10101 1011101 101001

Color Harmonies of #CB4A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A07

Black with #CB4A07

Text Example


Text Example

White with #CB4A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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