#35361B

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

Shades of Karaka #35361B

Tints of Karaka #35361B

Color information

#35361B (or 0x35361B) is unknown color: approx Karaka. HEX triplet: 35, 36 and 1B. RGB value is (53,54,27). Sum of RGB (Red+Green+Blue) = 53+54+27=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 54 (21.48% from 255 or 40.30% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 54 - color contains mainly: green. Hex color #35361B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35361B is #CAC9E4. Grayscale: #323232. Windows color (decimal): -13289957 or 1783349. OLE color: 1783349.

HSL color Cylindrical-coordinate representation of color #35361B: hue angle of 62.22º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35361B is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB535427-
CMYK0.0200.50.79
HSL62.22º33.33%15.88%-
HSV(B)62.22º50%21.18%-
XYZ2.993.471.55-
YUV50.62114.67129.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 54 (21.48% from 255) = 40.30%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=39.55%
G=40.30%
B=20.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5354270.0200.50.7962.2233.3315.88
Hex35361B20324F3e2110
Octal6566332062117764120
Binary11010111011011011100110010100111111111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35361B; }

 p { color: rgb(53,54,27); }

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

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

 a { background-color: rgb(53,54,27); }

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

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

 span { border-color: rgb(53,54,27); }

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