Html Css Color HEX #3B3832 Birch

📋 copy color: '#3B3832'

red 59 ◦ green 56 ◦ blue 50

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

Shades of Birch #3B3832

Tints of Birch #3B3832

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.94%

 BLUE value IS 50 (19.92% from 255) = 30.3%

R = 35.76%
G = 33.94%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.77

RGB Variations

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

Color information

#3B3832 (or 0x3B3832) is known color: Birch. HEX triplet: 3B, 38 and 32. RGB value is (59,56,50). Sum of RGB (Red+Green+Blue) = 59+56+50=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3832 is #C4C7CD. Grayscale: #383838. Windows color (decimal): -12896206 or 3291195. OLE color: 3291195.

HSL color Cylindrical-coordinate representation of color #3B3832: hue angle of 40º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3B3832 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 56 50 -
CMYK 0 0.05 0.15 0.77
HSL 40º 0.08% 0.21% -
HSV(B) 40º 0.15% 0.23% -
XYZ 3.79 3.99 3.59 -
YUV 56.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 59 56 50 0 0.05 0.15 0.77 40 0.08 0.21
Hex 3B 38 32 0 5 F 4D 28 8 15
Octal 73 70 62 0 5 17 115 50 10 25
Binary 111011 111000 110010 0 101 1111 1001101 101000 1000 10101

Color Harmonies of #3B3832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3832

Black with #3B3832

Text Example


Text Example

White with #3B3832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,56,50); }

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

background-color css

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

 a { background-color: rgb(59,56,50); }

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

border-color css

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

 span { border-color: rgb(59,56,50); }

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