#33310A

Color #33310A Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #33310A

Tints of Karaka #33310A

Color information

#33310A (or 0x33310A) is unknown color: approx Karaka. HEX triplet: 33, 31 and 0A. RGB value is (51,49,10). Sum of RGB (Red+Green+Blue) = 51+49+10=110 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.36% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 51 - color contains mainly: red. Hex color #33310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33310A is #CCCEF5. Grayscale: #2D2D2D. Windows color (decimal): -13422326 or 667955. OLE color: 667955.

HSL color Cylindrical-coordinate representation of color #33310A: hue angle of 57.07º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33310A is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB514910-
CMYK00.040.800.8
HSL57.07º67.21%11.96%-
HSV(B)57.07º80.39%20%-
XYZ2.522.920.72-
YUV45.15108.16132.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.36%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 10 (4.30% from 255) = 9.09%
R=46.36%
G=44.55%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51491000.040.800.857.0767.2111.96
Hex3331A0450503943c
Octal636112041201207110314
Binary110011110001101001001010000101000011100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33310A; }

 p { color: rgb(51,49,10); }

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

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

 a { background-color: rgb(51,49,10); }

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

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

 span { border-color: rgb(51,49,10); }

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