#252610

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

Shades of Karaka #252610

Tints of Karaka #252610

Color information

#252610 (or 0x252610) is unknown color: approx Karaka. HEX triplet: 25, 26 and 10. RGB value is (37,38,16). Sum of RGB (Red+Green+Blue) = 37+38+16=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #252610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252610 is #DAD9EF. Grayscale: #232323. Windows color (decimal): -14342640 or 1058341. OLE color: 1058341.

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

Color convert

RGB373816-
CMYK0.0300.580.85
HSL62.73º40.74%10.59%-
HSV(B)62.73º57.89%14.9%-
XYZ1.551.820.76-
YUV35.19117.17129.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 38 (15.23% from 255) = 41.76%
BLUE value IS 16 (6.64% from 255) = 17.58%
R=40.66%
G=41.76%
B=17.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3738160.0300.580.8562.7340.7410.59
Hex252610303A553f29b
Octal4546203072125775113
Binary1001011001101000011011101010101011111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252610; }

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

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

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

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

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

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

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

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