Html Css Color HEX #3C362B Birch

📋 copy color: '#3C362B'

red 60 ◦ green 54 ◦ blue 43

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

Shades of Birch #3C362B

Tints of Birch #3C362B

RGB

 RED value IS 60 (23.83% from 255) = 38.22%

 GREEN value IS 54 (21.48% from 255) = 34.39%

 BLUE value IS 43 (17.19% from 255) = 27.39%

R = 38.22%
G = 34.39%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#3C362B (or 0x3C362B) is known color: Birch. HEX triplet: 3C, 36 and 2B. RGB value is (60,54,43). Sum of RGB (Red+Green+Blue) = 60+54+43=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 60 - color contains mainly: red. Hex color #3C362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C362B is #C3C9D4. Grayscale: #363636. Windows color (decimal): -12831189 or 2831932. OLE color: 2831932.

HSL color Cylindrical-coordinate representation of color #3C362B: hue angle of 38.82º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C362B is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 54 43 -
CMYK 0 0.10 0.28 0.76
HSL 38.82º 0.17% 0.2% -
HSV(B) 38.82º 0.28% 0.24% -
XYZ 3.62 3.77 2.82 -
YUV 54.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 60 54 43 0 0.10 0.28 0.76 38.82 0.17 0.2
Hex 3C 36 2B 0 A 1C 4C 27 11 14
Octal 74 66 53 0 12 34 114 47 21 24
Binary 111100 110110 101011 0 1010 11100 1001100 100111 10001 10100

Color Harmonies of #3C362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C362B

Black with #3C362B

Text Example


Text Example

White with #3C362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,43); }

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

background-color css

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

 a { background-color: rgb(60,54,43); }

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

border-color css

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

 span { border-color: rgb(60,54,43); }

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