Html Css Color HEX #58412A Bracken

📋 copy color: '#58412A'

red 88 ◦ green 65 ◦ blue 42

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

Shades of Bracken #58412A

Tints of Bracken #58412A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.54%

R = 45.13%
G = 33.33%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58412A (or 0x58412A) is known color: Bracken. HEX triplet: 58, 41 and 2A. RGB value is (88,65,42). Sum of RGB (Red+Green+Blue) = 88+65+42=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #58412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58412A is #A7BED5. Grayscale: #454545. Windows color (decimal): -10993366 or 2769240. OLE color: 2769240.

HSL color Cylindrical-coordinate representation of color #58412A: hue angle of 30º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58412A is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 65 42 -
CMYK 0 0.26 0.52 0.65
HSL 30º 0.35% 0.25% -
HSV(B) 30º 0.52% 0.35% -
XYZ 6.33 6.02 3.02 -
YUV 69.26 112.62 141.37 -
System Red Green Blue C M Y K H S L
Decimal 88 65 42 0 0.26 0.52 0.65 30 0.35 0.25
Hex 58 41 2A 0 1A 34 41 1E 23 19
Octal 130 101 52 0 32 64 101 36 43 31
Binary 1011000 1000001 101010 0 11010 110100 1000001 11110 100011 11001

Color Harmonies of #58412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58412A

Black with #58412A

Text Example


Text Example

White with #58412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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