Html Css Color HEX #58412D Bracken

📋 copy color: '#58412D'

red 88 ◦ green 65 ◦ blue 45

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

Shades of Bracken #58412D

Tints of Bracken #58412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.83%

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

R = 44.44%
G = 32.83%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58412D (or 0x58412D) is known color: Bracken. HEX triplet: 58, 41 and 2D. RGB value is (88,65,45). Sum of RGB (Red+Green+Blue) = 88+65+45=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #58412D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58412D is #A7BED2. Grayscale: #454545. Windows color (decimal): -10993363 or 2965848. OLE color: 2965848.

HSL color Cylindrical-coordinate representation of color #58412D: hue angle of 27.91º 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 #58412D is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 65 45 -
CMYK 0 0.26 0.49 0.65
HSL 27.91º 0.32% 0.26% -
HSV(B) 27.91º 0.49% 0.35% -
XYZ 6.39 6.04 3.31 -
YUV 69.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 88 65 45 0 0.26 0.49 0.65 27.91 0.32 0.26
Hex 58 41 2D 0 1A 31 41 1C 20 1A
Octal 130 101 55 0 32 61 101 34 40 32
Binary 1011000 1000001 101101 0 11010 110001 1000001 11100 100000 11010

Color Harmonies of #58412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58412D

Black with #58412D

Text Example


Text Example

White with #58412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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