Html Css Color HEX #483423 Woodburn

📋 copy color: '#483423'

red 72 ◦ green 52 ◦ blue 35

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

Shades of Woodburn #483423

Tints of Woodburn #483423

RGB

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

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

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

R = 45.28%
G = 32.7%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#483423 (or 0x483423) is known color: Woodburn. HEX triplet: 48, 34 and 23. RGB value is (72,52,35). Sum of RGB (Red+Green+Blue) = 72+52+35=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #483423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483423 is #B7CBDC. Grayscale: #383838. Windows color (decimal): -12045277 or 2307144. OLE color: 2307144.

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

Color convert

RGB 72 52 35 -
CMYK 0 0.28 0.51 0.72
HSL 27.57º 0.35% 0.21% -
HSV(B) 27.57º 0.51% 0.28% -
XYZ 4.2 3.96 2.13 -
YUV 56.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 72 52 35 0 0.28 0.51 0.72 27.57 0.35 0.21
Hex 48 34 23 0 1C 33 48 1C 23 15
Octal 110 64 43 0 34 63 110 34 43 25
Binary 1001000 110100 100011 0 11100 110011 1001000 11100 100011 10101

Color Harmonies of #483423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483423

Black with #483423

Text Example


Text Example

White with #483423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483423; }

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

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

background-color css

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

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

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

border-color css

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

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

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