Html Css Color HEX #331807 Brown Pod

📋 copy color: '#331807'

red 51 ◦ green 24 ◦ blue 7

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

Shades of Brown Pod #331807

Tints of Brown Pod #331807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 29.27%

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

R = 62.2%
G = 29.27%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.8

RGB Variations

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

Color information

#331807 (or 0x331807) is known color: Brown Pod. HEX triplet: 33, 18 and 07. RGB value is (51,24,7). Sum of RGB (Red+Green+Blue) = 51+24+7=82 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.20% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 7 (3.12% from 255 or 8.54% from 82); Max value from RGB is 51 - color contains mainly: red. Hex color #331807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331807 is #CCE7F8. Grayscale: #1E1E1E. Windows color (decimal): -13428729 or 464947. OLE color: 464947.

HSL color Cylindrical-coordinate representation of color #331807: hue angle of 23.18º 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 #331807 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 24 7 -
CMYK 0 0.53 0.86 0.8
HSL 23.18º 0.76% 0.11% -
HSV(B) 23.18º 0.86% 0.2% -
XYZ 1.73 1.37 0.37 -
YUV 30.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 51 24 7 0 0.53 0.86 0.8 23.18 0.76 0.11
Hex 33 18 7 0 35 56 50 17 4C B
Octal 63 30 7 0 65 126 120 27 114 13
Binary 110011 11000 111 0 110101 1010110 1010000 10111 1001100 1011

Color Harmonies of #331807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331807

Black with #331807

Text Example


Text Example

White with #331807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331807; }

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

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

background-color css

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

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

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

border-color css

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

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

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