Html Css Color HEX #4B2B03 Baker's Chocolate

📋 copy color: '#4B2B03'

red 75 ◦ green 43 ◦ blue 3

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

Shades of Baker's Chocolate #4B2B03

Tints of Baker's Chocolate #4B2B03

RGB

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

 GREEN value IS 43 (17.19% from 255) = 35.54%

 BLUE value IS 3 (1.56% from 255) = 2.48%

R = 61.98%
G = 35.54%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#4B2B03 (or 0x4B2B03) is known color: Baker's Chocolate. HEX triplet: 4B, 2B and 03. RGB value is (75,43,3). Sum of RGB (Red+Green+Blue) = 75+43+3=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 3 (1.56% from 255 or 2.48% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2B03 is #B4D4FC. Grayscale: #303030. Windows color (decimal): -11851005 or 207691. OLE color: 207691.

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

Color convert

RGB 75 43 3 -
CMYK 0 0.43 0.96 0.71
HSL 33.33º 0.92% 0.15% -
HSV(B) 33.33º 0.96% 0.29% -
XYZ 3.78 3.23 0.51 -
YUV 48.01 102.6 147.25 -
System Red Green Blue C M Y K H S L
Decimal 75 43 3 0 0.43 0.96 0.71 33.33 0.92 0.15
Hex 4B 2B 3 0 2B 60 47 21 5C F
Octal 113 53 3 0 53 140 107 41 134 17
Binary 1001011 101011 11 0 101011 1100000 1000111 100001 1011100 1111

Color Harmonies of #4B2B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2B03

Black with #4B2B03

Text Example


Text Example

White with #4B2B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,43,3); }

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

background-color css

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

 a { background-color: rgb(75,43,3); }

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

border-color css

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

 span { border-color: rgb(75,43,3); }

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