Html Css Color HEX #3B251A Brown Pod

📋 copy color: '#3B251A'

red 59 ◦ green 37 ◦ blue 26

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

Shades of Brown Pod #3B251A

Tints of Brown Pod #3B251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.33%

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

R = 48.36%
G = 30.33%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.77

RGB Variations

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

Color information

#3B251A (or 0x3B251A) is known color: Brown Pod. HEX triplet: 3B, 25 and 1A. RGB value is (59,37,26). Sum of RGB (Red+Green+Blue) = 59+37+26=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B251A is #C4DAE5. Grayscale: #2A2A2A. Windows color (decimal): -12901094 or 1713467. OLE color: 1713467.

HSL color Cylindrical-coordinate representation of color #3B251A: hue angle of 20º 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 #3B251A is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 37 26 -
CMYK 0 0.37 0.56 0.77
HSL 20º 0.39% 0.17% -
HSV(B) 20º 0.56% 0.23% -
XYZ 2.65 2.33 1.29 -
YUV 42.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 59 37 26 0 0.37 0.56 0.77 20 0.39 0.17
Hex 3B 25 1A 0 25 38 4D 14 27 11
Octal 73 45 32 0 45 70 115 24 47 21
Binary 111011 100101 11010 0 100101 111000 1001101 10100 100111 10001

Color Harmonies of #3B251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B251A

Black with #3B251A

Text Example


Text Example

White with #3B251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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