Html Css Color HEX #443C2D Birch

📋 copy color: '#443C2D'

red 68 ◦ green 60 ◦ blue 45

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

Shades of Birch #443C2D

Tints of Birch #443C2D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.68%

 BLUE value IS 45 (17.97% from 255) = 26.01%

R = 39.31%
G = 34.68%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#443C2D (or 0x443C2D) is known color: Birch. HEX triplet: 44, 3C and 2D. RGB value is (68,60,45). Sum of RGB (Red+Green+Blue) = 68+60+45=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 68 - color contains mainly: red. Hex color #443C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443C2D is #BBC3D2. Grayscale: #3C3C3C. Windows color (decimal): -12305363 or 2964548. OLE color: 2964548.

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

Color convert

RGB 68 60 45 -
CMYK 0 0.12 0.34 0.73
HSL 39.13º 0.2% 0.22% -
HSV(B) 39.13º 0.34% 0.27% -
XYZ 4.47 4.65 3.14 -
YUV 60.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 68 60 45 0 0.12 0.34 0.73 39.13 0.2 0.22
Hex 44 3C 2D 0 C 22 49 27 14 16
Octal 104 74 55 0 14 42 111 47 24 26
Binary 1000100 111100 101101 0 1100 100010 1001001 100111 10100 10110

Color Harmonies of #443C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443C2D

Black with #443C2D

Text Example


Text Example

White with #443C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,60,45); }

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

background-color css

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

 a { background-color: rgb(68,60,45); }

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

border-color css

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

 span { border-color: rgb(68,60,45); }

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