Html Css Color HEX #4B3627 Woodburn

📋 copy color: '#4B3627'

red 75 ◦ green 54 ◦ blue 39

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

Shades of Woodburn #4B3627

Tints of Woodburn #4B3627

RGB

 RED value IS 75 (29.69% from 255) = 44.64%

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

 BLUE value IS 39 (15.63% from 255) = 23.21%

R = 44.64%
G = 32.14%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#4B3627 (or 0x4B3627) is known color: Woodburn. HEX triplet: 4B, 36 and 27. RGB value is (75,54,39). Sum of RGB (Red+Green+Blue) = 75+54+39=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3627 is #B4C9D8. Grayscale: #3A3A3A. Windows color (decimal): -11848153 or 2569803. OLE color: 2569803.

HSL color Cylindrical-coordinate representation of color #4B3627: hue angle of 25º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B3627 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 54 39 -
CMYK 0 0.28 0.48 0.71
HSL 25º 0.32% 0.22% -
HSV(B) 25º 0.48% 0.29% -
XYZ 4.59 4.28 2.5 -
YUV 58.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 75 54 39 0 0.28 0.48 0.71 25 0.32 0.22
Hex 4B 36 27 0 1C 30 47 19 20 16
Octal 113 66 47 0 34 60 107 31 40 26
Binary 1001011 110110 100111 0 11100 110000 1000111 11001 100000 10110

Color Harmonies of #4B3627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3627

Black with #4B3627

Text Example


Text Example

White with #4B3627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B3627; }

 p { color: rgb(75,54,39); }

 H1.HeaderClassName
 {
   color: #4B3627;
 }
 .AnyTagClassName
 {
   color: #4B3627;
 }
</style>

background-color css

<style>
 a { background-color: #4B3627; }

 a { background-color: rgb(75,54,39); }

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

border-color css

<style>
 span { border-color: #4B3627; }

 span { border-color: rgb(75,54,39); }

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