Html Css Color HEX #25190C Cocoa Brown

📋 copy color: '#25190C'

red 37 ◦ green 25 ◦ blue 12

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

Shades of Cocoa Brown #25190C

Tints of Cocoa Brown #25190C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 33.78%

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

R = 50%
G = 33.78%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25190C (or 0x25190C) is known color: Cocoa Brown. HEX triplet: 25, 19 and 0C. RGB value is (37,25,12). Sum of RGB (Red+Green+Blue) = 37+25+12=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #25190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25190C is #DAE6F3. Grayscale: #1B1B1B. Windows color (decimal): -14345972 or 792869. OLE color: 792869.

HSL color Cylindrical-coordinate representation of color #25190C: hue angle of 31.2º 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 #25190C is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 25 12 -
CMYK 0 0.32 0.68 0.85
HSL 31.2º 0.51% 0.1% -
HSV(B) 31.2º 0.68% 0.15% -
XYZ 1.18 1.12 0.5 -
YUV 27.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 37 25 12 0 0.32 0.68 0.85 31.2 0.51 0.1
Hex 25 19 C 0 20 44 55 1F 33 A
Octal 45 31 14 0 40 104 125 37 63 12
Binary 100101 11001 1100 0 100000 1000100 1010101 11111 110011 1010

Color Harmonies of #25190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25190C

Black with #25190C

Text Example


Text Example

White with #25190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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