Html Css Color HEX #4B2E02 Baker's Chocolate

📋 copy color: '#4B2E02'

red 75 ◦ green 46 ◦ blue 2

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

Shades of Baker's Chocolate #4B2E02

Tints of Baker's Chocolate #4B2E02

RGB

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

 GREEN value IS 46 (18.36% from 255) = 37.4%

 BLUE value IS 2 (1.17% from 255) = 1.63%

R = 60.98%
G = 37.4%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#4B2E02 (or 0x4B2E02) is known color: Baker's Chocolate. HEX triplet: 4B, 2E and 02. RGB value is (75,46,2). Sum of RGB (Red+Green+Blue) = 75+46+2=123 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.98% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2E02 is #B4D1FD. Grayscale: #313131. Windows color (decimal): -11850238 or 142923. OLE color: 142923.

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

Color convert

RGB 75 46 2 -
CMYK 0 0.39 0.97 0.71
HSL 36.16º 0.95% 0.15% -
HSV(B) 36.16º 0.97% 0.29% -
XYZ 3.89 3.45 0.52 -
YUV 49.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 75 46 2 0 0.39 0.97 0.71 36.16 0.95 0.15
Hex 4B 2E 2 0 27 61 47 24 5F F
Octal 113 56 2 0 47 141 107 44 137 17
Binary 1001011 101110 10 0 100111 1100001 1000111 100100 1011111 1111

Color Harmonies of #4B2E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2E02

Black with #4B2E02

Text Example


Text Example

White with #4B2E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,46,2); }

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

background-color css

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

 a { background-color: rgb(75,46,2); }

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

border-color css

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

 span { border-color: rgb(75,46,2); }

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