Html Css Color HEX #58402F Bracken

📋 copy color: '#58402F'

red 88 ◦ green 64 ◦ blue 47

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

Shades of Bracken #58402F

Tints of Bracken #58402F

RGB

 RED value IS 88 (34.77% from 255) = 44.22%

 GREEN value IS 64 (25.39% from 255) = 32.16%

 BLUE value IS 47 (18.75% from 255) = 23.62%

R = 44.22%
G = 32.16%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#58402F (or 0x58402F) is known color: Bracken. HEX triplet: 58, 40 and 2F. RGB value is (88,64,47). Sum of RGB (Red+Green+Blue) = 88+64+47=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #58402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58402F is #A7BFD0. Grayscale: #454545. Windows color (decimal): -10993617 or 3096664. OLE color: 3096664.

HSL color Cylindrical-coordinate representation of color #58402F: hue angle of 24.88º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58402F is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 64 47 -
CMYK 0 0.27 0.47 0.65
HSL 24.88º 0.3% 0.26% -
HSV(B) 24.88º 0.47% 0.35% -
XYZ 6.37 5.95 3.5 -
YUV 69.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 88 64 47 0 0.27 0.47 0.65 24.88 0.3 0.26
Hex 58 40 2F 0 1B 2F 41 19 1E 1A
Octal 130 100 57 0 33 57 101 31 36 32
Binary 1011000 1000000 101111 0 11011 101111 1000001 11001 11110 11010

Color Harmonies of #58402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58402F

Black with #58402F

Text Example


Text Example

White with #58402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58402F; }

 p { color: rgb(88,64,47); }

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

background-color css

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

 a { background-color: rgb(88,64,47); }

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

border-color css

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

 span { border-color: rgb(88,64,47); }

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