#26270D

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

Shades of Karaka #26270D

Tints of Karaka #26270D

Color information

#26270D (or 0x26270D) is unknown color: approx Karaka. HEX triplet: 26, 27 and 0D. RGB value is (38,39,13). Sum of RGB (Red+Green+Blue) = 38+39+13=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #26270D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26270D is #D9D8F2. Grayscale: #232323. Windows color (decimal): -14276851 or 861990. OLE color: 861990.

HSL color Cylindrical-coordinate representation of color #26270D: hue angle of 62.31º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26270D is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.85.

Color convert

RGB383913-
CMYK0.0300.670.85
HSL62.31º50%10.2%-
HSV(B)62.31º66.67%15.29%-
XYZ1.61.890.66-
YUV35.74115.17129.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.22%
GREEN value IS 39 (15.62% from 255) = 43.33%
BLUE value IS 13 (5.47% from 255) = 14.44%
R=42.22%
G=43.33%
B=14.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3839130.0300.670.8562.315010.2
Hex2627D3043553e32a
Octal46471530103125766212
Binary1001101001111101110100001110101011111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26270D; }

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

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

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

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

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

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

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

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