Html Css Color HEX #483223 Woodburn

📋 copy color: '#483223'

red 72 ◦ green 50 ◦ blue 35

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

Shades of Woodburn #483223

Tints of Woodburn #483223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.85%

 BLUE value IS 35 (14.06% from 255) = 22.29%

R = 45.86%
G = 31.85%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#483223 (or 0x483223) is known color: Woodburn. HEX triplet: 48, 32 and 23. RGB value is (72,50,35). Sum of RGB (Red+Green+Blue) = 72+50+35=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #483223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483223 is #B7CDDC. Grayscale: #363636. Windows color (decimal): -12045789 or 2306632. OLE color: 2306632.

HSL color Cylindrical-coordinate representation of color #483223: hue angle of 24.32º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483223 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 35 -
CMYK 0 0.31 0.51 0.72
HSL 24.32º 0.35% 0.21% -
HSV(B) 24.32º 0.51% 0.28% -
XYZ 4.12 3.78 2.1 -
YUV 54.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 72 50 35 0 0.31 0.51 0.72 24.32 0.35 0.21
Hex 48 32 23 0 1F 33 48 18 23 15
Octal 110 62 43 0 37 63 110 30 43 25
Binary 1001000 110010 100011 0 11111 110011 1001000 11000 100011 10101

Color Harmonies of #483223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483223

Black with #483223

Text Example


Text Example

White with #483223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483223; }

 p { color: rgb(72,50,35); }

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

background-color css

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

 a { background-color: rgb(72,50,35); }

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

border-color css

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

 span { border-color: rgb(72,50,35); }

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