#25260F

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

Shades of Karaka #25260F

Tints of Karaka #25260F

Color information

#25260F (or 0x25260F) is unknown color: approx Karaka. HEX triplet: 25, 26 and 0F. RGB value is (37,38,15). Sum of RGB (Red+Green+Blue) = 37+38+15=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #25260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25260F is #DAD9F0. Grayscale: #232323. Windows color (decimal): -14342641 or 992805. OLE color: 992805.

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

Color convert

RGB373815-
CMYK0.0300.610.85
HSL62.61º43.4%10.39%-
HSV(B)62.61º60.53%14.9%-
XYZ1.541.810.72-
YUV35.08116.67129.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.11%
GREEN value IS 38 (15.23% from 255) = 42.22%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=41.11%
G=42.22%
B=16.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3738150.0300.610.8562.6143.410.39
Hex2526F303D553f2ba
Octal4546173075125775312
Binary100101100110111111011110110101011111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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