Html Css Color HEX #62341E Baker's Chocolate

📋 copy color: '#62341E'

red 98 ◦ green 52 ◦ blue 30

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

Shades of Baker's Chocolate #62341E

Tints of Baker's Chocolate #62341E

RGB

 RED value IS 98 (38.67% from 255) = 54.44%

 GREEN value IS 52 (20.7% from 255) = 28.89%

 BLUE value IS 30 (12.11% from 255) = 16.67%

R = 54.44%
G = 28.89%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#62341E (or 0x62341E) is known color: Baker's Chocolate. HEX triplet: 62, 34 and 1E. RGB value is (98,52,30). Sum of RGB (Red+Green+Blue) = 98+52+30=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #62341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62341E is #9DCBE1. Grayscale: #3F3F3F. Windows color (decimal): -10341346 or 1979490. OLE color: 1979490.

HSL color Cylindrical-coordinate representation of color #62341E: hue angle of 19.41º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62341E is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 52 30 -
CMYK 0 0.47 0.69 0.62
HSL 19.41º 0.53% 0.25% -
HSV(B) 19.41º 0.69% 0.38% -
XYZ 6.5 5.15 1.88 -
YUV 63.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 98 52 30 0 0.47 0.69 0.62 19.41 0.53 0.25
Hex 62 34 1E 0 2F 45 3E 13 35 19
Octal 142 64 36 0 57 105 76 23 65 31
Binary 1100010 110100 11110 0 101111 1000101 111110 10011 110101 11001

Color Harmonies of #62341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62341E

Black with #62341E

Text Example


Text Example

White with #62341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62341E; }

 p { color: rgb(98,52,30); }

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

background-color css

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

 a { background-color: rgb(98,52,30); }

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

border-color css

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

 span { border-color: rgb(98,52,30); }

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