Html Css Color HEX #483326 Woodburn

📋 copy color: '#483326'

red 72 ◦ green 51 ◦ blue 38

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

Shades of Woodburn #483326

Tints of Woodburn #483326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

 BLUE value IS 38 (15.23% from 255) = 23.6%

R = 44.72%
G = 31.68%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#483326 (or 0x483326) is known color: Woodburn. HEX triplet: 48, 33 and 26. RGB value is (72,51,38). Sum of RGB (Red+Green+Blue) = 72+51+38=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483326 is #B7CCD9. Grayscale: #373737. Windows color (decimal): -12045530 or 2503496. OLE color: 2503496.

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

Color convert

RGB 72 51 38 -
CMYK 0 0.29 0.47 0.72
HSL 22.94º 0.31% 0.22% -
HSV(B) 22.94º 0.47% 0.28% -
XYZ 4.21 3.89 2.36 -
YUV 55.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 72 51 38 0 0.29 0.47 0.72 22.94 0.31 0.22
Hex 48 33 26 0 1D 2F 48 17 1F 16
Octal 110 63 46 0 35 57 110 27 37 26
Binary 1001000 110011 100110 0 11101 101111 1001000 10111 11111 10110

Color Harmonies of #483326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483326

Black with #483326

Text Example


Text Example

White with #483326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483326; }

 p { color: rgb(72,51,38); }

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

background-color css

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

 a { background-color: rgb(72,51,38); }

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

border-color css

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

 span { border-color: rgb(72,51,38); }

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