Html Css Color HEX #373410 Karaka

📋 copy color: '#373410'

red 55 ◦ green 52 ◦ blue 16

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

Shades of Karaka #373410

Tints of Karaka #373410

RGB

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

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

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

R = 44.72%
G = 42.28%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#373410 (or 0x373410) is known color: Karaka. HEX triplet: 37, 34 and 10. RGB value is (55,52,16). Sum of RGB (Red+Green+Blue) = 55+52+16=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #373410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373410 is #C8CBEF. Grayscale: #303030. Windows color (decimal): -13159408 or 1061943. OLE color: 1061943.

HSL color Cylindrical-coordinate representation of color #373410: hue angle of 55.38º 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 #373410 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 52 16 -
CMYK 0 0.05 0.71 0.78
HSL 55.38º 0.55% 0.14% -
HSV(B) 55.38º 0.71% 0.22% -
XYZ 2.9 3.31 0.98 -
YUV 48.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 55 52 16 0 0.05 0.71 0.78 55.38 0.55 0.14
Hex 37 34 10 0 5 47 4E 37 37 E
Octal 67 64 20 0 5 107 116 67 67 16
Binary 110111 110100 10000 0 101 1000111 1001110 110111 110111 1110

Color Harmonies of #373410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373410

Black with #373410

Text Example


Text Example

White with #373410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373410; }

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

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

background-color css

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

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

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

border-color css

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

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

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