Html Css Color HEX #384521 Seaweed

📋 copy color: '#384521'

red 56 ◦ green 69 ◦ blue 33

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

Shades of Seaweed #384521

Tints of Seaweed #384521

RGB

 RED value IS 56 (22.27% from 255) = 35.44%

 GREEN value IS 69 (27.34% from 255) = 43.67%

 BLUE value IS 33 (13.28% from 255) = 20.89%

R = 35.44%
G = 43.67%
B = 20.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#384521 (or 0x384521) is known color: Seaweed. HEX triplet: 38, 45 and 21. RGB value is (56,69,33). Sum of RGB (Red+Green+Blue) = 56+69+33=158 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.44% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #384521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384521 is #C7BADE. Grayscale: #3D3D3D. Windows color (decimal): -13089503 or 2180408. OLE color: 2180408.

HSL color Cylindrical-coordinate representation of color #384521: hue angle of 81.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #384521 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 33 -
CMYK 0.19 0 0.52 0.73
HSL 81.67º 0.35% 0.2% -
HSV(B) 81.67º 0.52% 0.27% -
XYZ 4.03 5.21 2.23 -
YUV 61.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 56 69 33 0.19 0 0.52 0.73 81.67 0.35 0.2
Hex 38 45 21 13 0 34 49 52 23 14
Octal 70 105 41 23 0 64 111 122 43 24
Binary 111000 1000101 100001 10011 0 110100 1001001 1010010 100011 10100

Color Harmonies of #384521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384521

Black with #384521

Text Example


Text Example

White with #384521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384521; }

 p { color: rgb(56,69,33); }

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

background-color css

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

 a { background-color: rgb(56,69,33); }

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

border-color css

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

 span { border-color: rgb(56,69,33); }

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