Html Css Color HEX #54350F Baker's Chocolate

📋 copy color: '#54350F'

red 84 ◦ green 53 ◦ blue 15

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

Shades of Baker's Chocolate #54350F

Tints of Baker's Chocolate #54350F

RGB

 RED value IS 84 (33.2% from 255) = 55.26%

 GREEN value IS 53 (21.09% from 255) = 34.87%

 BLUE value IS 15 (6.25% from 255) = 9.87%

R = 55.26%
G = 34.87%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#54350F (or 0x54350F) is known color: Baker's Chocolate. HEX triplet: 54, 35 and 0F. RGB value is (84,53,15). Sum of RGB (Red+Green+Blue) = 84+53+15=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #54350F is #ABCAF0. Grayscale: #3A3A3A. Windows color (decimal): -11258609 or 996692. OLE color: 996692.

HSL color Cylindrical-coordinate representation of color #54350F: hue angle of 33.04º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54350F is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 53 15 -
CMYK 0 0.37 0.82 0.67
HSL 33.04º 0.7% 0.19% -
HSV(B) 33.04º 0.82% 0.33% -
XYZ 5.02 4.47 1.05 -
YUV 57.94 103.77 146.59 -
System Red Green Blue C M Y K H S L
Decimal 84 53 15 0 0.37 0.82 0.67 33.04 0.7 0.19
Hex 54 35 F 0 25 52 43 21 46 13
Octal 124 65 17 0 45 122 103 41 106 23
Binary 1010100 110101 1111 0 100101 1010010 1000011 100001 1000110 10011

Color Harmonies of #54350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54350F

Black with #54350F

Text Example


Text Example

White with #54350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,53,15); }

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

background-color css

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

 a { background-color: rgb(84,53,15); }

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

border-color css

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

 span { border-color: rgb(84,53,15); }

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