Html Css Color HEX #525A38 Kelp

📋 copy color: '#525A38'

red 82 ◦ green 90 ◦ blue 56

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

Shades of Kelp #525A38

Tints of Kelp #525A38

RGB

 RED value IS 82 (32.42% from 255) = 35.96%

 GREEN value IS 90 (35.55% from 255) = 39.47%

 BLUE value IS 56 (22.27% from 255) = 24.56%

R = 35.96%
G = 39.47%
B = 24.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#525A38 (or 0x525A38) is known color: Kelp. HEX triplet: 52, 5A and 38. RGB value is (82,90,56). Sum of RGB (Red+Green+Blue) = 82+90+56=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 90 - color contains mainly: green. Hex color #525A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525A38 is #ADA5C7. Grayscale: #535353. Windows color (decimal): -11380168 or 3693138. OLE color: 3693138.

HSL color Cylindrical-coordinate representation of color #525A38: hue angle of 74.12º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #525A38 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 90 56 -
CMYK 0.09 0 0.38 0.65
HSL 74.12º 0.23% 0.29% -
HSV(B) 74.12º 0.38% 0.35% -
XYZ 7.85 9.39 5.14 -
YUV 83.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 82 90 56 0.09 0 0.38 0.65 74.12 0.23 0.29
Hex 52 5A 38 9 0 26 41 4A 17 1D
Octal 122 132 70 11 0 46 101 112 27 35
Binary 1010010 1011010 111000 1001 0 100110 1000001 1001010 10111 11101

Color Harmonies of #525A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525A38

Black with #525A38

Text Example


Text Example

White with #525A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525A38; }

 p { color: rgb(82,90,56); }

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

background-color css

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

 a { background-color: rgb(82,90,56); }

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

border-color css

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

 span { border-color: rgb(82,90,56); }

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