Html Css Color HEX #373510 Karaka

📋 copy color: '#373510'

red 55 ◦ green 53 ◦ blue 16

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

Shades of Karaka #373510

Tints of Karaka #373510

RGB

 RED value IS 55 (21.88% from 255) = 44.35%

 GREEN value IS 53 (21.09% from 255) = 42.74%

 BLUE value IS 16 (6.64% from 255) = 12.9%

R = 44.35%
G = 42.74%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#373510 (or 0x373510) is known color: Karaka. HEX triplet: 37, 35 and 10. RGB value is (55,53,16). Sum of RGB (Red+Green+Blue) = 55+53+16=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #373510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373510 is #C8CAEF. Grayscale: #313131. Windows color (decimal): -13159152 or 1062199. OLE color: 1062199.

HSL color Cylindrical-coordinate representation of color #373510: hue angle of 56.92º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #373510 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 53 16 -
CMYK 0 0.04 0.71 0.78
HSL 56.92º 0.55% 0.14% -
HSV(B) 56.92º 0.71% 0.22% -
XYZ 2.94 3.4 0.99 -
YUV 49.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 55 53 16 0 0.04 0.71 0.78 56.92 0.55 0.14
Hex 37 35 10 0 4 47 4E 39 37 E
Octal 67 65 20 0 4 107 116 71 67 16
Binary 110111 110101 10000 0 100 1000111 1001110 111001 110111 1110

Color Harmonies of #373510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373510

Black with #373510

Text Example


Text Example

White with #373510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373510; }

 p { color: rgb(55,53,16); }

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

background-color css

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

 a { background-color: rgb(55,53,16); }

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

border-color css

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

 span { border-color: rgb(55,53,16); }

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