Html Css Color HEX #483426 Woodburn

📋 copy color: '#483426'

red 72 ◦ green 52 ◦ blue 38

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

Shades of Woodburn #483426

Tints of Woodburn #483426

RGB

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

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

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

R = 44.44%
G = 32.1%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#483426 (or 0x483426) is known color: Woodburn. HEX triplet: 48, 34 and 26. RGB value is (72,52,38). Sum of RGB (Red+Green+Blue) = 72+52+38=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #483426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483426 is #B7CBD9. Grayscale: #383838. Windows color (decimal): -12045274 or 2503752. OLE color: 2503752.

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

Color convert

RGB 72 52 38 -
CMYK 0 0.28 0.47 0.72
HSL 24.71º 0.31% 0.22% -
HSV(B) 24.71º 0.47% 0.28% -
XYZ 4.25 3.97 2.38 -
YUV 56.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 72 52 38 0 0.28 0.47 0.72 24.71 0.31 0.22
Hex 48 34 26 0 1C 2F 48 19 1F 16
Octal 110 64 46 0 34 57 110 31 37 26
Binary 1001000 110100 100110 0 11100 101111 1001000 11001 11111 10110

Color Harmonies of #483426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483426

Black with #483426

Text Example


Text Example

White with #483426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483426; }

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

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

background-color css

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

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

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

border-color css

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

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

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