Html Css Color HEX #331A0D Brown Pod

📋 copy color: '#331A0D'

red 51 ◦ green 26 ◦ blue 13

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

Shades of Brown Pod #331A0D

Tints of Brown Pod #331A0D

RGB

 RED value IS 51 (20.31% from 255) = 56.67%

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

 BLUE value IS 13 (5.47% from 255) = 14.44%

R = 56.67%
G = 28.89%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#331A0D (or 0x331A0D) is known color: Brown Pod. HEX triplet: 33, 1A and 0D. RGB value is (51,26,13). Sum of RGB (Red+Green+Blue) = 51+26+13=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #331A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331A0D is #CCE5F2. Grayscale: #202020. Windows color (decimal): -13428211 or 858675. OLE color: 858675.

HSL color Cylindrical-coordinate representation of color #331A0D: hue angle of 20.53º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #331A0D is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 26 13 -
CMYK 0 0.49 0.75 0.8
HSL 20.53º 0.59% 0.13% -
HSV(B) 20.53º 0.75% 0.2% -
XYZ 1.81 1.47 0.57 -
YUV 31.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 51 26 13 0 0.49 0.75 0.8 20.53 0.59 0.13
Hex 33 1A D 0 31 4B 50 15 3B D
Octal 63 32 15 0 61 113 120 25 73 15
Binary 110011 11010 1101 0 110001 1001011 1010000 10101 111011 1101

Color Harmonies of #331A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331A0D

Black with #331A0D

Text Example


Text Example

White with #331A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331A0D; }

 p { color: rgb(51,26,13); }

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

background-color css

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

 a { background-color: rgb(51,26,13); }

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

border-color css

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

 span { border-color: rgb(51,26,13); }

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