Html Css Color HEX #633003 Baker's Chocolate

📋 copy color: '#633003'

red 99 ◦ green 48 ◦ blue 3

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

Shades of Baker's Chocolate #633003

Tints of Baker's Chocolate #633003

RGB

 RED value IS 99 (39.06% from 255) = 66%

 GREEN value IS 48 (19.14% from 255) = 32%

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

R = 66%
G = 32%
B = 2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#633003 (or 0x633003) is known color: Baker's Chocolate. HEX triplet: 63, 30 and 03. RGB value is (99,48,3). Sum of RGB (Red+Green+Blue) = 99+48+3=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #633003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633003 is #9CCFFC. Grayscale: #3A3A3A. Windows color (decimal): -10276861 or 208995. OLE color: 208995.

HSL color Cylindrical-coordinate representation of color #633003: hue angle of 28.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #633003 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 48 3 -
CMYK 0 0.52 0.97 0.61
HSL 28.13º 0.94% 0.2% -
HSV(B) 28.13º 0.97% 0.39% -
XYZ 6.22 4.77 0.68 -
YUV 58.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 99 48 3 0 0.52 0.97 0.61 28.13 0.94 0.2
Hex 63 30 3 0 34 61 3D 1C 5E 14
Octal 143 60 3 0 64 141 75 34 136 24
Binary 1100011 110000 11 0 110100 1100001 111101 11100 1011110 10100

Color Harmonies of #633003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633003

Black with #633003

Text Example


Text Example

White with #633003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633003; }

 p { color: rgb(99,48,3); }

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

background-color css

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

 a { background-color: rgb(99,48,3); }

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

border-color css

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

 span { border-color: rgb(99,48,3); }

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