Html Css Color HEX #4B2F08 Baker's Chocolate

📋 copy color: '#4B2F08'

red 75 ◦ green 47 ◦ blue 8

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

Shades of Baker's Chocolate #4B2F08

Tints of Baker's Chocolate #4B2F08

RGB

 RED value IS 75 (29.69% from 255) = 57.69%

 GREEN value IS 47 (18.75% from 255) = 36.15%

 BLUE value IS 8 (3.52% from 255) = 6.15%

R = 57.69%
G = 36.15%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.71

RGB Variations

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

Color information

#4B2F08 (or 0x4B2F08) is known color: Baker's Chocolate. HEX triplet: 4B, 2F and 08. RGB value is (75,47,8). Sum of RGB (Red+Green+Blue) = 75+47+8=130 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.69% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2F08 is #B4D0F7. Grayscale: #333333. Windows color (decimal): -11849976 or 536395. OLE color: 536395.

HSL color Cylindrical-coordinate representation of color #4B2F08: hue angle of 34.93º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B2F08 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 47 8 -
CMYK 0 0.37 0.89 0.71
HSL 34.93º 0.81% 0.16% -
HSV(B) 34.93º 0.89% 0.29% -
XYZ 3.96 3.55 0.71 -
YUV 50.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 75 47 8 0 0.37 0.89 0.71 34.93 0.81 0.16
Hex 4B 2F 8 0 25 59 47 23 51 10
Octal 113 57 10 0 45 131 107 43 121 20
Binary 1001011 101111 1000 0 100101 1011001 1000111 100011 1010001 10000

Color Harmonies of #4B2F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2F08

Black with #4B2F08

Text Example


Text Example

White with #4B2F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B2F08; }

 p { color: rgb(75,47,8); }

 H1.HeaderClassName
 {
   color: #4B2F08;
 }
 .AnyTagClassName
 {
   color: #4B2F08;
 }
</style>

background-color css

<style>
 a { background-color: #4B2F08; }

 a { background-color: rgb(75,47,8); }

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

border-color css

<style>
 span { border-color: #4B2F08; }

 span { border-color: rgb(75,47,8); }

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