Html Css Color HEX #251301 Cocoa Brown

📋 copy color: '#251301'

red 37 ◦ green 19 ◦ blue 1

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

Shades of Cocoa Brown #251301

Tints of Cocoa Brown #251301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 33.33%

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

R = 64.91%
G = 33.33%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#251301 (or 0x251301) is known color: Cocoa Brown. HEX triplet: 25, 13 and 01. RGB value is (37,19,1). Sum of RGB (Red+Green+Blue) = 37+19+1=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #251301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251301 is #DAECFE. Grayscale: #161616. Windows color (decimal): -14347519 or 70437. OLE color: 70437.

HSL color Cylindrical-coordinate representation of color #251301: hue angle of 30º 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 #251301 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 19 1 -
CMYK 0 0.49 0.97 0.85
HSL 30º 0.95% 0.07% -
HSV(B) 30º 0.97% 0.15% -
XYZ 1 0.86 0.14 -
YUV 22.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 37 19 1 0 0.49 0.97 0.85 30 0.95 0.07
Hex 25 13 1 0 31 61 55 1E 5F 7
Octal 45 23 1 0 61 141 125 36 137 7
Binary 100101 10011 1 0 110001 1100001 1010101 11110 1011111 111

Color Harmonies of #251301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251301

Black with #251301

Text Example


Text Example

White with #251301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251301; }

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

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

background-color css

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

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

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

border-color css

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

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

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