Html Css Color HEX #25180C Cocoa Brown

📋 copy color: '#25180C'

red 37 ◦ green 24 ◦ blue 12

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

Shades of Cocoa Brown #25180C

Tints of Cocoa Brown #25180C

RGB

 RED value IS 37 (14.84% from 255) = 50.68%

 GREEN value IS 24 (9.77% from 255) = 32.88%

 BLUE value IS 12 (5.08% from 255) = 16.44%

R = 50.68%
G = 32.88%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25180C (or 0x25180C) is known color: Cocoa Brown. HEX triplet: 25, 18 and 0C. RGB value is (37,24,12). Sum of RGB (Red+Green+Blue) = 37+24+12=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #25180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25180C is #DAE7F3. Grayscale: #1A1A1A. Windows color (decimal): -14346228 or 792613. OLE color: 792613.

HSL color Cylindrical-coordinate representation of color #25180C: hue angle of 28.8º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25180C is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 24 12 -
CMYK 0 0.35 0.68 0.85
HSL 28.8º 0.51% 0.1% -
HSV(B) 28.8º 0.68% 0.15% -
XYZ 1.16 1.07 0.49 -
YUV 26.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 37 24 12 0 0.35 0.68 0.85 28.8 0.51 0.1
Hex 25 18 C 0 23 44 55 1D 33 A
Octal 45 30 14 0 43 104 125 35 63 12
Binary 100101 11000 1100 0 100011 1000100 1010101 11101 110011 1010

Color Harmonies of #25180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25180C

Black with #25180C

Text Example


Text Example

White with #25180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25180C; }

 p { color: rgb(37,24,12); }

 H1.HeaderClassName
 {
   color: #25180C;
 }
 .AnyTagClassName
 {
   color: #25180C;
 }
</style>

background-color css

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

 a { background-color: rgb(37,24,12); }

 div.DivClassName
 {
   background-color: #25180C;
 }
 .BgClassName
 {
   background-color: #25180C;
 }
</style>

border-color css

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

 span { border-color: rgb(37,24,12); }

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