Html Css Color HEX #373819 Karaka

📋 copy color: '#373819'

red 55 ◦ green 56 ◦ blue 25

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

Shades of Karaka #373819

Tints of Karaka #373819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 41.18%

 BLUE value IS 25 (10.16% from 255) = 18.38%

R = 40.44%
G = 41.18%
B = 18.38%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#373819 (or 0x373819) is known color: Karaka. HEX triplet: 37, 38 and 19. RGB value is (55,56,25). Sum of RGB (Red+Green+Blue) = 55+56+25=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 56 - color contains mainly: green. Hex color #373819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373819 is #C8C7E6. Grayscale: #343434. Windows color (decimal): -13158375 or 1652791. OLE color: 1652791.

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

Color convert

RGB 55 56 25 -
CMYK 0.02 0 0.55 0.78
HSL 61.94º 0.38% 0.16% -
HSV(B) 61.94º 0.55% 0.22% -
XYZ 3.17 3.71 1.47 -
YUV 52.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 55 56 25 0.02 0 0.55 0.78 61.94 0.38 0.16
Hex 37 38 19 2 0 37 4E 3E 26 10
Octal 67 70 31 2 0 67 116 76 46 20
Binary 110111 111000 11001 10 0 110111 1001110 111110 100110 10000

Color Harmonies of #373819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373819

Black with #373819

Text Example


Text Example

White with #373819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373819; }

 p { color: rgb(55,56,25); }

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

background-color css

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

 a { background-color: rgb(55,56,25); }

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

border-color css

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

 span { border-color: rgb(55,56,25); }

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