Html Css Color HEX #251200 Cocoa Brown

📋 copy color: '#251200'

red 37 ◦ green 18 ◦ blue 0

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

Shades of Cocoa Brown #251200

Tints of Cocoa Brown #251200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 32.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.27%
G = 32.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#251200 (or 0x251200) is known color: Cocoa Brown. HEX triplet: 25, 12 and 00. RGB value is (37,18,0). Sum of RGB (Red+Green+Blue) = 37+18+0=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #251200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251200 is #DAEDFF. Grayscale: #151515. Windows color (decimal): -14347776 or 4645. OLE color: 4645.

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

Color convert

RGB 37 18 0 -
CMYK 0 0.51 1 0.85
HSL 29.19º 1% 0.07% -
HSV(B) 29.19º 1% 0.15% -
XYZ 0.98 0.83 0.11 -
YUV 21.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 37 18 0 0 0.51 1 0.85 29.19 1 0.07
Hex 25 12 0 0 33 64 55 1D 64 7
Octal 45 22 0 0 63 144 125 35 144 7
Binary 100101 10010 0 0 110011 1100100 1010101 11101 1100100 111

Color Harmonies of #251200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251200

Black with #251200

Text Example


Text Example

White with #251200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251200; }

 p { color: rgb(37,18,0); }

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

background-color css

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

 a { background-color: rgb(37,18,0); }

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

border-color css

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

 span { border-color: rgb(37,18,0); }

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