Html Css Color HEX #483427 Woodburn

📋 copy color: '#483427'

red 72 ◦ green 52 ◦ blue 39

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

Shades of Woodburn #483427

Tints of Woodburn #483427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.9%

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

R = 44.17%
G = 31.9%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#483427 (or 0x483427) is known color: Woodburn. HEX triplet: 48, 34 and 27. RGB value is (72,52,39). Sum of RGB (Red+Green+Blue) = 72+52+39=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 52 (20.70% from 255 or 31.90% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #483427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483427 is #B7CBD8. Grayscale: #383838. Windows color (decimal): -12045273 or 2569288. OLE color: 2569288.

HSL color Cylindrical-coordinate representation of color #483427: hue angle of 23.64º 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 #483427 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 52 39 -
CMYK 0 0.28 0.46 0.72
HSL 23.64º 0.3% 0.22% -
HSV(B) 23.64º 0.46% 0.28% -
XYZ 4.27 3.98 2.46 -
YUV 56.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 72 52 39 0 0.28 0.46 0.72 23.64 0.3 0.22
Hex 48 34 27 0 1C 2E 48 18 1E 16
Octal 110 64 47 0 34 56 110 30 36 26
Binary 1001000 110100 100111 0 11100 101110 1001000 11000 11110 10110

Color Harmonies of #483427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483427

Black with #483427

Text Example


Text Example

White with #483427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483427; }

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

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

background-color css

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

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

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

border-color css

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

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

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