Html Css Color HEX #633002 Baker's Chocolate

📋 copy color: '#633002'

red 99 ◦ green 48 ◦ blue 2

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

Shades of Baker's Chocolate #633002

Tints of Baker's Chocolate #633002

RGB

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

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

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

R = 66.44%
G = 32.21%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#633002 (or 0x633002) is known color: Baker's Chocolate. HEX triplet: 63, 30 and 02. RGB value is (99,48,2). Sum of RGB (Red+Green+Blue) = 99+48+2=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #633002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633002 is #9CCFFD. Grayscale: #3A3A3A. Windows color (decimal): -10276862 or 143459. OLE color: 143459.

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

Color convert

RGB 99 48 2 -
CMYK 0 0.52 0.98 0.61
HSL 28.45º 0.96% 0.2% -
HSV(B) 28.45º 0.98% 0.39% -
XYZ 6.21 4.77 0.65 -
YUV 58.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 99 48 2 0 0.52 0.98 0.61 28.45 0.96 0.2
Hex 63 30 2 0 34 62 3D 1C 60 14
Octal 143 60 2 0 64 142 75 34 140 24
Binary 1100011 110000 10 0 110100 1100010 111101 11100 1100000 10100

Color Harmonies of #633002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633002

Black with #633002

Text Example


Text Example

White with #633002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633002; }

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

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

background-color css

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

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

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

border-color css

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

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

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