Html Css Color HEX #62250F Baker's Chocolate

📋 copy color: '#62250F'

red 98 ◦ green 37 ◦ blue 15

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

Shades of Baker's Chocolate #62250F

Tints of Baker's Chocolate #62250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.67%

 BLUE value IS 15 (6.25% from 255) = 10%

R = 65.33%
G = 24.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#62250F (or 0x62250F) is known color: Baker's Chocolate. HEX triplet: 62, 25 and 0F. RGB value is (98,37,15). Sum of RGB (Red+Green+Blue) = 98+37+15=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #62250F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62250F is #9DDAF0. Grayscale: #343434. Windows color (decimal): -10345201 or 992610. OLE color: 992610.

HSL color Cylindrical-coordinate representation of color #62250F: hue angle of 15.9º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #62250F is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 37 15 -
CMYK 0 0.62 0.85 0.62
HSL 15.9º 0.73% 0.22% -
HSV(B) 15.9º 0.85% 0.38% -
XYZ 5.78 3.95 0.91 -
YUV 52.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 98 37 15 0 0.62 0.85 0.62 15.9 0.73 0.22
Hex 62 25 F 0 3E 55 3E 10 49 16
Octal 142 45 17 0 76 125 76 20 111 26
Binary 1100010 100101 1111 0 111110 1010101 111110 10000 1001001 10110

Color Harmonies of #62250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62250F

Black with #62250F

Text Example


Text Example

White with #62250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62250F; }

 p { color: rgb(98,37,15); }

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

background-color css

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

 a { background-color: rgb(98,37,15); }

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

border-color css

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

 span { border-color: rgb(98,37,15); }

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