Html Css Color HEX #484627 Woodrush

📋 copy color: '#484627'

red 72 ◦ green 70 ◦ blue 39

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

Shades of Woodrush #484627

Tints of Woodrush #484627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.55%

R = 39.78%
G = 38.67%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#484627 (or 0x484627) is known color: Woodrush. HEX triplet: 48, 46 and 27. RGB value is (72,70,39). Sum of RGB (Red+Green+Blue) = 72+70+39=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #484627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484627 is #B7B9D8. Grayscale: #434343. Windows color (decimal): -12040665 or 2573896. OLE color: 2573896.

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

Color convert

RGB 72 70 39 -
CMYK 0 0.03 0.46 0.72
HSL 56.36º 0.3% 0.22% -
HSV(B) 56.36º 0.46% 0.28% -
XYZ 5.23 5.9 2.78 -
YUV 67.06 112.16 131.52 -
System Red Green Blue C M Y K H S L
Decimal 72 70 39 0 0.03 0.46 0.72 56.36 0.3 0.22
Hex 48 46 27 0 3 2E 48 38 1E 16
Octal 110 106 47 0 3 56 110 70 36 26
Binary 1001000 1000110 100111 0 11 101110 1001000 111000 11110 10110

Color Harmonies of #484627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484627

Black with #484627

Text Example


Text Example

White with #484627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484627; }

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

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

background-color css

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

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

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

border-color css

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

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

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