Html Css Color HEX #484626 Woodrush

📋 copy color: '#484626'

red 72 ◦ green 70 ◦ blue 38

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

Shades of Woodrush #484626

Tints of Woodrush #484626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.89%

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

R = 40%
G = 38.89%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#484626 (or 0x484626) is known color: Woodrush. HEX triplet: 48, 46 and 26. RGB value is (72,70,38). Sum of RGB (Red+Green+Blue) = 72+70+38=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #484626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484626 is #B7B9D9. Grayscale: #434343. Windows color (decimal): -12040666 or 2508360. OLE color: 2508360.

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

Color convert

RGB 72 70 38 -
CMYK 0 0.03 0.47 0.72
HSL 56.47º 0.31% 0.22% -
HSV(B) 56.47º 0.47% 0.28% -
XYZ 5.21 5.9 2.7 -
YUV 66.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 72 70 38 0 0.03 0.47 0.72 56.47 0.31 0.22
Hex 48 46 26 0 3 2F 48 38 1F 16
Octal 110 106 46 0 3 57 110 70 37 26
Binary 1001000 1000110 100110 0 11 101111 1001000 111000 11111 10110

Color Harmonies of #484626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484626

Black with #484626

Text Example


Text Example

White with #484626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484626; }

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

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

background-color css

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

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

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

border-color css

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

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

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