Html Css Color HEX #252610 Karaka

📋 copy color: '#252610'

red 37 ◦ green 38 ◦ blue 16

#252610
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #252610

Tints of Karaka #252610

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 value IS 0.03

 M value IS 0

 Y value IS 0.58

 K value IS 0.85

RGB Variations

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

Color information

#252610 (or 0x252610) is known color: 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

RGB 37 38 16 -
CMYK 0.03 0 0.58 0.85
HSL 62.73º 0.41% 0.11% -
HSV(B) 62.73º 0.58% 0.15% -
XYZ 1.55 1.82 0.76 -
YUV 35.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 37 38 16 0.03 0 0.58 0.85 62.73 0.41 0.11
Hex 25 26 10 3 0 3A 55 3F 29 B
Octal 45 46 20 3 0 72 125 77 51 13
Binary 100101 100110 10000 11 0 111010 1010101 111111 101001 1011

Color Harmonies of #252610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252610

Black with #252610

Text Example


Text Example

White with #252610

Text Example


Text Example

HTML Codes & Css Web 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>