Html Css Color HEX #251401 Cocoa Brown

📋 copy color: '#251401'

red 37 ◦ green 20 ◦ blue 1

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

Shades of Cocoa Brown #251401

Tints of Cocoa Brown #251401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 34.48%

 BLUE value IS 1 (0.78% from 255) = 1.72%

R = 63.79%
G = 34.48%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#251401 (or 0x251401) is known color: Cocoa Brown. HEX triplet: 25, 14 and 01. RGB value is (37,20,1). Sum of RGB (Red+Green+Blue) = 37+20+1=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #251401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251401 is #DAEBFE. Grayscale: #171717. Windows color (decimal): -14347263 or 70693. OLE color: 70693.

HSL color Cylindrical-coordinate representation of color #251401: hue angle of 31.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #251401 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 20 1 -
CMYK 0 0.46 0.97 0.85
HSL 31.67º 0.95% 0.07% -
HSV(B) 31.67º 0.97% 0.15% -
XYZ 1.02 0.9 0.15 -
YUV 22.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 37 20 1 0 0.46 0.97 0.85 31.67 0.95 0.07
Hex 25 14 1 0 2E 61 55 20 5F 7
Octal 45 24 1 0 56 141 125 40 137 7
Binary 100101 10100 1 0 101110 1100001 1010101 100000 1011111 111

Color Harmonies of #251401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251401

Black with #251401

Text Example


Text Example

White with #251401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251401; }

 p { color: rgb(37,20,1); }

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

background-color css

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

 a { background-color: rgb(37,20,1); }

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

border-color css

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

 span { border-color: rgb(37,20,1); }

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