Html Css Color HEX #331907 Brown Pod

📋 copy color: '#331907'

red 51 ◦ green 25 ◦ blue 7

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

Shades of Brown Pod #331907

Tints of Brown Pod #331907

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.12%

 BLUE value IS 7 (3.13% from 255) = 8.43%

R = 61.45%
G = 30.12%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.8

RGB Variations

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

Color information

#331907 (or 0x331907) is known color: Brown Pod. HEX triplet: 33, 19 and 07. RGB value is (51,25,7). Sum of RGB (Red+Green+Blue) = 51+25+7=83 (10% of max value = 765). Red value is 51 (20.31% from 255 or 61.45% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 51 - color contains mainly: red. Hex color #331907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331907 is #CCE6F8. Grayscale: #1E1E1E. Windows color (decimal): -13428473 or 465203. OLE color: 465203.

HSL color Cylindrical-coordinate representation of color #331907: hue angle of 24.55º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331907 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 25 7 -
CMYK 0 0.51 0.86 0.8
HSL 24.55º 0.76% 0.11% -
HSV(B) 24.55º 0.86% 0.2% -
XYZ 1.75 1.41 0.38 -
YUV 30.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 51 25 7 0 0.51 0.86 0.8 24.55 0.76 0.11
Hex 33 19 7 0 33 56 50 19 4C B
Octal 63 31 7 0 63 126 120 31 114 13
Binary 110011 11001 111 0 110011 1010110 1010000 11001 1001100 1011

Color Harmonies of #331907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331907

Black with #331907

Text Example


Text Example

White with #331907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331907; }

 p { color: rgb(51,25,7); }

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

background-color css

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

 a { background-color: rgb(51,25,7); }

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

border-color css

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

 span { border-color: rgb(51,25,7); }

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