Html Css Color HEX #373818 Karaka

📋 copy color: '#373818'

red 55 ◦ green 56 ◦ blue 24

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

Shades of Karaka #373818

Tints of Karaka #373818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.78%

R = 40.74%
G = 41.48%
B = 17.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#373818 (or 0x373818) is known color: Karaka. HEX triplet: 37, 38 and 18. RGB value is (55,56,24). Sum of RGB (Red+Green+Blue) = 55+56+24=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 56 (22.27% from 255 or 41.48% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 56 - color contains mainly: green. Hex color #373818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373818 is #C8C7E7. Grayscale: #343434. Windows color (decimal): -13158376 or 1587255. OLE color: 1587255.

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

Color convert

RGB 55 56 24 -
CMYK 0.02 0 0.57 0.78
HSL 61.88º 0.4% 0.16% -
HSV(B) 61.88º 0.57% 0.22% -
XYZ 3.15 3.71 1.41 -
YUV 52.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 55 56 24 0.02 0 0.57 0.78 61.88 0.4 0.16
Hex 37 38 18 2 0 39 4E 3E 28 10
Octal 67 70 30 2 0 71 116 76 50 20
Binary 110111 111000 11000 10 0 111001 1001110 111110 101000 10000

Color Harmonies of #373818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373818

Black with #373818

Text Example


Text Example

White with #373818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373818; }

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

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

background-color css

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

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

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

border-color css

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

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

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