Html Css Color HEX #251A0C Cocoa Brown

📋 copy color: '#251A0C'

red 37 ◦ green 26 ◦ blue 12

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

Shades of Cocoa Brown #251A0C

Tints of Cocoa Brown #251A0C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 34.67%

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

R = 49.33%
G = 34.67%
B = 16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#251A0C (or 0x251A0C) is known color: Cocoa Brown. HEX triplet: 25, 1A and 0C. RGB value is (37,26,12). Sum of RGB (Red+Green+Blue) = 37+26+12=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251A0C is #DAE5F3. Grayscale: #1B1B1B. Windows color (decimal): -14345716 or 793125. OLE color: 793125.

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

Color convert

RGB 37 26 12 -
CMYK 0 0.30 0.68 0.85
HSL 33.6º 0.51% 0.1% -
HSV(B) 33.6º 0.68% 0.15% -
XYZ 1.2 1.16 0.51 -
YUV 27.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 37 26 12 0 0.30 0.68 0.85 33.6 0.51 0.1
Hex 25 1A C 0 1E 44 55 22 33 A
Octal 45 32 14 0 36 104 125 42 63 12
Binary 100101 11010 1100 0 11110 1000100 1010101 100010 110011 1010

Color Harmonies of #251A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A0C

Black with #251A0C

Text Example


Text Example

White with #251A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251A0C; }

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

 H1.HeaderClassName
 {
   color: #251A0C;
 }
 .AnyTagClassName
 {
   color: #251A0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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