Html Css Color HEX #25260F Karaka

📋 copy color: '#25260F'

red 37 ◦ green 38 ◦ blue 15

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

Shades of Karaka #25260F

Tints of Karaka #25260F

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

 M value IS 0

 Y value IS 0.61

 K value IS 0.85

RGB Variations

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

Color information

#25260F (or 0x25260F) is known color: 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

RGB 37 38 15 -
CMYK 0.03 0 0.61 0.85
HSL 62.61º 0.43% 0.1% -
HSV(B) 62.61º 0.61% 0.15% -
XYZ 1.54 1.81 0.72 -
YUV 35.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 37 38 15 0.03 0 0.61 0.85 62.61 0.43 0.1
Hex 25 26 F 3 0 3D 55 3F 2B A
Octal 45 46 17 3 0 75 125 77 53 12
Binary 100101 100110 1111 11 0 111101 1010101 111111 101011 1010

Color Harmonies of #25260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25260F

Black with #25260F

Text Example


Text Example

White with #25260F

Text Example


Text Example

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