Html Css Color HEX #3B241E Brown Pod

📋 copy color: '#3B241E'

red 59 ◦ green 36 ◦ blue 30

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

Shades of Brown Pod #3B241E

Tints of Brown Pod #3B241E

RGB

 RED value IS 59 (23.44% from 255) = 47.2%

 GREEN value IS 36 (14.45% from 255) = 28.8%

 BLUE value IS 30 (12.11% from 255) = 24%

R = 47.2%
G = 28.8%
B = 24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.77

RGB Variations

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

Color information

#3B241E (or 0x3B241E) is known color: Brown Pod. HEX triplet: 3B, 24 and 1E. RGB value is (59,36,30). Sum of RGB (Red+Green+Blue) = 59+36+30=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B241E is #C4DBE1. Grayscale: #2A2A2A. Windows color (decimal): -12901346 or 1975355. OLE color: 1975355.

HSL color Cylindrical-coordinate representation of color #3B241E: hue angle of 12.41º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B241E is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 36 30 -
CMYK 0 0.39 0.49 0.77
HSL 12.41º 0.33% 0.17% -
HSV(B) 12.41º 0.49% 0.23% -
XYZ 2.67 2.29 1.53 -
YUV 42.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 59 36 30 0 0.39 0.49 0.77 12.41 0.33 0.17
Hex 3B 24 1E 0 27 31 4D C 21 11
Octal 73 44 36 0 47 61 115 14 41 21
Binary 111011 100100 11110 0 100111 110001 1001101 1100 100001 10001

Color Harmonies of #3B241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B241E

Black with #3B241E

Text Example


Text Example

White with #3B241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B241E; }

 p { color: rgb(59,36,30); }

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

background-color css

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

 a { background-color: rgb(59,36,30); }

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

border-color css

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

 span { border-color: rgb(59,36,30); }

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