#C84B00

Color #C84B00 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C84B00

Tints of Tenne (Tawny) #C84B00

Color information

#C84B00 (or 0xC84B00) is unknown color: approx Tenne (Tawny). HEX triplet: C8, 4B and 00. RGB value is (200,75,0). Sum of RGB (Red+Green+Blue) = 200+75+0=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84B00 is #37B4FF. Grayscale: #686868. Windows color (decimal): -3650816 or 19400. OLE color: 19400.

HSL color Cylindrical-coordinate representation of color #C84B00: hue angle of 22.5º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C84B00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB200750-
CMYK00.6210.22
HSL22.5º100%39.22%-
HSV(B)22.5º100%78.43%-
XYZ26.3417.311.95-
YUV103.8269.41196.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 72.73%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.73%
G=27.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20075000.6210.2222.510039.22
HexC84B003E6416166427
Octal3101130076144262614447
Binary11001000100101100111110110010010110101101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84B00; }

 p { color: rgb(200,75,0); }

 H1.HeaderClassName
 {
   color: #C84B00;
 }
 .AnyTagClassName
 {
   color: #C84B00;
 }
</style>
background-color css

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

 a { background-color: rgb(200,75,0); }

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

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

 span { border-color: rgb(200,75,0); }

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