Html Css Color HEX #251A0E Cocoa Brown

📋 copy color: '#251A0E'

red 37 ◦ green 26 ◦ blue 14

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

Shades of Cocoa Brown #251A0E

Tints of Cocoa Brown #251A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 18.18%

R = 48.05%
G = 33.77%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#251A0E (or 0x251A0E) is known color: Cocoa Brown. HEX triplet: 25, 1A and 0E. RGB value is (37,26,14). Sum of RGB (Red+Green+Blue) = 37+26+14=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #251A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251A0E is #DAE5F1. Grayscale: #1B1B1B. Windows color (decimal): -14345714 or 924197. OLE color: 924197.

HSL color Cylindrical-coordinate representation of color #251A0E: hue angle of 31.3º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #251A0E is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 26 14 -
CMYK 0 0.30 0.62 0.85
HSL 31.3º 0.45% 0.1% -
HSV(B) 31.3º 0.62% 0.15% -
XYZ 1.21 1.16 0.58 -
YUV 27.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 37 26 14 0 0.30 0.62 0.85 31.3 0.45 0.1
Hex 25 1A E 0 1E 3E 55 1F 2D A
Octal 45 32 16 0 36 76 125 37 55 12
Binary 100101 11010 1110 0 11110 111110 1010101 11111 101101 1010

Color Harmonies of #251A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251A0E

Black with #251A0E

Text Example


Text Example

White with #251A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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