Html Css Color HEX #483627 Woodburn

📋 copy color: '#483627'

red 72 ◦ green 54 ◦ blue 39

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

Shades of Woodburn #483627

Tints of Woodburn #483627

RGB

 RED value IS 72 (28.52% from 255) = 43.64%

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

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

R = 43.64%
G = 32.73%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#483627 (or 0x483627) is known color: Woodburn. HEX triplet: 48, 36 and 27. RGB value is (72,54,39). Sum of RGB (Red+Green+Blue) = 72+54+39=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #483627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483627 is #B7C9D8. Grayscale: #393939. Windows color (decimal): -12044761 or 2569800. OLE color: 2569800.

HSL color Cylindrical-coordinate representation of color #483627: hue angle of 27.27º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #483627 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 54 39 -
CMYK 0 0.25 0.46 0.72
HSL 27.27º 0.3% 0.22% -
HSV(B) 27.27º 0.46% 0.28% -
XYZ 4.36 4.16 2.49 -
YUV 57.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 72 54 39 0 0.25 0.46 0.72 27.27 0.3 0.22
Hex 48 36 27 0 19 2E 48 1B 1E 16
Octal 110 66 47 0 31 56 110 33 36 26
Binary 1001000 110110 100111 0 11001 101110 1001000 11011 11110 10110

Color Harmonies of #483627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483627

Black with #483627

Text Example


Text Example

White with #483627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483627; }

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

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

background-color css

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

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

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

border-color css

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

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

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