#262710

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

Shades of Karaka #262710

Tints of Karaka #262710

Color information

#262710 (or 0x262710) is unknown color: approx Karaka. HEX triplet: 26, 27 and 10. RGB value is (38,39,16). Sum of RGB (Red+Green+Blue) = 38+39+16=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 39 - color contains mainly: green. Hex color #262710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262710 is #D9D8EF. Grayscale: #242424. Windows color (decimal): -14276848 or 1058598. OLE color: 1058598.

HSL color Cylindrical-coordinate representation of color #262710: hue angle of 62.61º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #262710 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB383916-
CMYK0.0300.590.85
HSL62.61º41.82%10.78%-
HSV(B)62.61º58.97%15.29%-
XYZ1.621.90.77-
YUV36.08116.67129.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 39 (15.62% from 255) = 41.94%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=40.86%
G=41.94%
B=17.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3839160.0300.590.8562.6141.8210.78
Hex262710303B553f2ab
Octal4647203073125775213
Binary1001101001111000011011101110101011111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262710; }

 p { color: rgb(38,39,16); }

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

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

 a { background-color: rgb(38,39,16); }

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

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

 span { border-color: rgb(38,39,16); }

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