#25260E

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

Shades of Karaka #25260E

Tints of Karaka #25260E

Color information

#25260E (or 0x25260E) is unknown color: approx Karaka. HEX triplet: 25, 26 and 0E. RGB value is (37,38,14). Sum of RGB (Red+Green+Blue) = 37+38+14=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 38 - color contains mainly: green. Hex color #25260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25260E is #DAD9F1. Grayscale: #232323. Windows color (decimal): -14342642 or 927269. OLE color: 927269.

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

Color convert

RGB373814-
CMYK0.0300.630.85
HSL62.5º46.15%10.2%-
HSV(B)62.5º63.16%14.9%-
XYZ1.541.810.68-
YUV34.97116.17129.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 38 (15.23% from 255) = 42.70%
BLUE value IS 14 (5.86% from 255) = 15.73%
R=41.57%
G=42.70%
B=15.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3738140.0300.630.8562.546.1510.2
Hex2526E303F553e2ea
Octal4546163077125765612
Binary100101100110111011011111110101011111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25260E; }

 p { color: rgb(37,38,14); }

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

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

 a { background-color: rgb(37,38,14); }

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

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

 span { border-color: rgb(37,38,14); }

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