Html Css Color HEX #3B241A Brown Pod

📋 copy color: '#3B241A'

red 59 ◦ green 36 ◦ blue 26

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

Shades of Brown Pod #3B241A

Tints of Brown Pod #3B241A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.49%

R = 48.76%
G = 29.75%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.77

RGB Variations

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

Color information

#3B241A (or 0x3B241A) is known color: Brown Pod. HEX triplet: 3B, 24 and 1A. RGB value is (59,36,26). Sum of RGB (Red+Green+Blue) = 59+36+26=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B241A is #C4DBE5. Grayscale: #292929. Windows color (decimal): -12901350 or 1713211. OLE color: 1713211.

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

Color convert

RGB 59 36 26 -
CMYK 0 0.39 0.56 0.77
HSL 18.18º 0.39% 0.17% -
HSV(B) 18.18º 0.56% 0.23% -
XYZ 2.62 2.27 1.28 -
YUV 41.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 59 36 26 0 0.39 0.56 0.77 18.18 0.39 0.17
Hex 3B 24 1A 0 27 38 4D 12 27 11
Octal 73 44 32 0 47 70 115 22 47 21
Binary 111011 100100 11010 0 100111 111000 1001101 10010 100111 10001

Color Harmonies of #3B241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B241A

Black with #3B241A

Text Example


Text Example

White with #3B241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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