Html Css Color HEX #58402D Bracken

📋 copy color: '#58402D'

red 88 ◦ green 64 ◦ blue 45

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

Shades of Bracken #58402D

Tints of Bracken #58402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.84%

R = 44.67%
G = 32.49%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58402D (or 0x58402D) is known color: Bracken. HEX triplet: 58, 40 and 2D. RGB value is (88,64,45). Sum of RGB (Red+Green+Blue) = 88+64+45=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #58402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58402D is #A7BFD2. Grayscale: #454545. Windows color (decimal): -10993619 or 2965592. OLE color: 2965592.

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

Color convert

RGB 88 64 45 -
CMYK 0 0.27 0.49 0.65
HSL 26.51º 0.32% 0.26% -
HSV(B) 26.51º 0.49% 0.35% -
XYZ 6.33 5.93 3.29 -
YUV 69.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 88 64 45 0 0.27 0.49 0.65 26.51 0.32 0.26
Hex 58 40 2D 0 1B 31 41 1B 20 1A
Octal 130 100 55 0 33 61 101 33 40 32
Binary 1011000 1000000 101101 0 11011 110001 1000001 11011 100000 11010

Color Harmonies of #58402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58402D

Black with #58402D

Text Example


Text Example

White with #58402D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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