Html Css Color HEX #58361B Baker's Chocolate

📋 copy color: '#58361B'

red 88 ◦ green 54 ◦ blue 27

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

Shades of Baker's Chocolate #58361B

Tints of Baker's Chocolate #58361B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.95%

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 52.07%
G = 31.95%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58361B (or 0x58361B) is known color: Baker's Chocolate. HEX triplet: 58, 36 and 1B. RGB value is (88,54,27). Sum of RGB (Red+Green+Blue) = 88+54+27=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #58361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58361B is #A7C9E4. Grayscale: #3D3D3D. Windows color (decimal): -10996197 or 1783384. OLE color: 1783384.

HSL color Cylindrical-coordinate representation of color #58361B: hue angle of 26.56º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58361B is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 54 27 -
CMYK 0 0.39 0.69 0.65
HSL 26.56º 0.53% 0.23% -
HSV(B) 26.56º 0.69% 0.35% -
XYZ 5.54 4.79 1.67 -
YUV 61.09 108.76 147.2 -
System Red Green Blue C M Y K H S L
Decimal 88 54 27 0 0.39 0.69 0.65 26.56 0.53 0.23
Hex 58 36 1B 0 27 45 41 1B 35 17
Octal 130 66 33 0 47 105 101 33 65 27
Binary 1011000 110110 11011 0 100111 1000101 1000001 11011 110101 10111

Color Harmonies of #58361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58361B

Black with #58361B

Text Example


Text Example

White with #58361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58361B; }

 p { color: rgb(88,54,27); }

 H1.HeaderClassName
 {
   color: #58361B;
 }
 .AnyTagClassName
 {
   color: #58361B;
 }
</style>

background-color css

<style>
 a { background-color: #58361B; }

 a { background-color: rgb(88,54,27); }

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

border-color css

<style>
 span { border-color: #58361B; }

 span { border-color: rgb(88,54,27); }

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