Html Css Color HEX #331A0F Brown Pod

📋 copy color: '#331A0F'

red 51 ◦ green 26 ◦ blue 15

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

Shades of Brown Pod #331A0F

Tints of Brown Pod #331A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 16.3%

R = 55.43%
G = 28.26%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.8

RGB Variations

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

Color information

#331A0F (or 0x331A0F) is known color: Brown Pod. HEX triplet: 33, 1A and 0F. RGB value is (51,26,15). Sum of RGB (Red+Green+Blue) = 51+26+15=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331A0F is #CCE5F0. Grayscale: #202020. Windows color (decimal): -13428209 or 989747. OLE color: 989747.

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

Color convert

RGB 51 26 15 -
CMYK 0 0.49 0.71 0.8
HSL 18.33º 0.55% 0.13% -
HSV(B) 18.33º 0.71% 0.2% -
XYZ 1.82 1.48 0.64 -
YUV 32.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 51 26 15 0 0.49 0.71 0.8 18.33 0.55 0.13
Hex 33 1A F 0 31 47 50 12 37 D
Octal 63 32 17 0 61 107 120 22 67 15
Binary 110011 11010 1111 0 110001 1000111 1010000 10010 110111 1101

Color Harmonies of #331A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331A0F

Black with #331A0F

Text Example


Text Example

White with #331A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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