Html Css Color HEX #4B2D06 Baker's Chocolate

📋 copy color: '#4B2D06'

red 75 ◦ green 45 ◦ blue 6

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

Shades of Baker's Chocolate #4B2D06

Tints of Baker's Chocolate #4B2D06

RGB

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

 GREEN value IS 45 (17.97% from 255) = 35.71%

 BLUE value IS 6 (2.73% from 255) = 4.76%

R = 59.52%
G = 35.71%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#4B2D06 (or 0x4B2D06) is known color: Baker's Chocolate. HEX triplet: 4B, 2D and 06. RGB value is (75,45,6). Sum of RGB (Red+Green+Blue) = 75+45+6=126 (16% of max value = 765). Red value is 75 (29.69% from 255 or 59.52% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2D06 is #B4D2F9. Grayscale: #313131. Windows color (decimal): -11850490 or 404811. OLE color: 404811.

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

Color convert

RGB 75 45 6 -
CMYK 0 0.40 0.92 0.71
HSL 33.91º 0.85% 0.16% -
HSV(B) 33.91º 0.92% 0.29% -
XYZ 3.87 3.39 0.62 -
YUV 49.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 75 45 6 0 0.40 0.92 0.71 33.91 0.85 0.16
Hex 4B 2D 6 0 28 5C 47 22 55 10
Octal 113 55 6 0 50 134 107 42 125 20
Binary 1001011 101101 110 0 101000 1011100 1000111 100010 1010101 10000

Color Harmonies of #4B2D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2D06

Black with #4B2D06

Text Example


Text Example

White with #4B2D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,45,6); }

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

background-color css

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

 a { background-color: rgb(75,45,6); }

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

border-color css

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

 span { border-color: rgb(75,45,6); }

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