Html Css Color HEX #484323 Woodrush

📋 copy color: '#484323'

red 72 ◦ green 67 ◦ blue 35

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

Shades of Woodrush #484323

Tints of Woodrush #484323

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

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

R = 41.38%
G = 38.51%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#484323 (or 0x484323) is known color: Woodrush. HEX triplet: 48, 43 and 23. RGB value is (72,67,35). Sum of RGB (Red+Green+Blue) = 72+67+35=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #484323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484323 is #B7BCDC. Grayscale: #404040. Windows color (decimal): -12041437 or 2310984. OLE color: 2310984.

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

Color convert

RGB 72 67 35 -
CMYK 0 0.07 0.51 0.72
HSL 51.89º 0.35% 0.21% -
HSV(B) 51.89º 0.51% 0.28% -
XYZ 4.98 5.51 2.39 -
YUV 64.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 72 67 35 0 0.07 0.51 0.72 51.89 0.35 0.21
Hex 48 43 23 0 7 33 48 34 23 15
Octal 110 103 43 0 7 63 110 64 43 25
Binary 1001000 1000011 100011 0 111 110011 1001000 110100 100011 10101

Color Harmonies of #484323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484323

Black with #484323

Text Example


Text Example

White with #484323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484323; }

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

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

background-color css

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

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

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

border-color css

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

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

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