Html Css Color HEX #3B422A Log Cabin

📋 copy color: '#3B422A'

red 59 ◦ green 66 ◦ blue 42

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

Shades of Log Cabin #3B422A

Tints of Log Cabin #3B422A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.52%

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

R = 35.33%
G = 39.52%
B = 25.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#3B422A (or 0x3B422A) is known color: Log Cabin. HEX triplet: 3B, 42 and 2A. RGB value is (59,66,42). Sum of RGB (Red+Green+Blue) = 59+66+42=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #3B422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B422A is #C4BDD5. Grayscale: #3D3D3D. Windows color (decimal): -12893654 or 2769467. OLE color: 2769467.

HSL color Cylindrical-coordinate representation of color #3B422A: hue angle of 77.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B422A is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB 59 66 42 -
CMYK 0.11 0 0.36 0.74
HSL 77.5º 0.22% 0.21% -
HSV(B) 77.5º 0.36% 0.26% -
XYZ 4.17 4.99 2.93 -
YUV 61.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 59 66 42 0.11 0 0.36 0.74 77.5 0.22 0.21
Hex 3B 42 2A B 0 24 4A 4E 16 15
Octal 73 102 52 13 0 44 112 116 26 25
Binary 111011 1000010 101010 1011 0 100100 1001010 1001110 10110 10101

Color Harmonies of #3B422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B422A

Black with #3B422A

Text Example


Text Example

White with #3B422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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