Html Css Color HEX #443B2A Birch

📋 copy color: '#443B2A'

red 68 ◦ green 59 ◦ blue 42

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

Shades of Birch #443B2A

Tints of Birch #443B2A

RGB

 RED value IS 68 (26.95% from 255) = 40.24%

 GREEN value IS 59 (23.44% from 255) = 34.91%

 BLUE value IS 42 (16.8% from 255) = 24.85%

R = 40.24%
G = 34.91%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#443B2A (or 0x443B2A) is known color: Birch. HEX triplet: 44, 3B and 2A. RGB value is (68,59,42). Sum of RGB (Red+Green+Blue) = 68+59+42=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 68 - color contains mainly: red. Hex color #443B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443B2A is #BBC4D5. Grayscale: #3B3B3B. Windows color (decimal): -12305622 or 2767684. OLE color: 2767684.

HSL color Cylindrical-coordinate representation of color #443B2A: hue angle of 39.23º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #443B2A is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 59 42 -
CMYK 0 0.13 0.38 0.73
HSL 39.23º 0.24% 0.22% -
HSV(B) 39.23º 0.38% 0.27% -
XYZ 4.37 4.52 2.83 -
YUV 59.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 68 59 42 0 0.13 0.38 0.73 39.23 0.24 0.22
Hex 44 3B 2A 0 D 26 49 27 18 16
Octal 104 73 52 0 15 46 111 47 30 26
Binary 1000100 111011 101010 0 1101 100110 1001001 100111 11000 10110

Color Harmonies of #443B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443B2A

Black with #443B2A

Text Example


Text Example

White with #443B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443B2A; }

 p { color: rgb(68,59,42); }

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

background-color css

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

 a { background-color: rgb(68,59,42); }

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

border-color css

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

 span { border-color: rgb(68,59,42); }

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