Html Css Color HEX #483425 Woodburn

📋 copy color: '#483425'

red 72 ◦ green 52 ◦ blue 37

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

Shades of Woodburn #483425

Tints of Woodburn #483425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.98%

R = 44.72%
G = 32.3%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#483425 (or 0x483425) is known color: Woodburn. HEX triplet: 48, 34 and 25. RGB value is (72,52,37). Sum of RGB (Red+Green+Blue) = 72+52+37=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483425 is #B7CBDA. Grayscale: #383838. Windows color (decimal): -12045275 or 2438216. OLE color: 2438216.

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

Color convert

RGB 72 52 37 -
CMYK 0 0.28 0.49 0.72
HSL 25.71º 0.32% 0.21% -
HSV(B) 25.71º 0.49% 0.28% -
XYZ 4.23 3.97 2.29 -
YUV 56.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 72 52 37 0 0.28 0.49 0.72 25.71 0.32 0.21
Hex 48 34 25 0 1C 31 48 1A 20 15
Octal 110 64 45 0 34 61 110 32 40 25
Binary 1001000 110100 100101 0 11100 110001 1001000 11010 100000 10101

Color Harmonies of #483425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483425

Black with #483425

Text Example


Text Example

White with #483425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483425; }

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

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

background-color css

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

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

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

border-color css

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

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

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