Html Css Color HEX #363519 Karaka

📋 copy color: '#363519'

red 54 ◦ green 53 ◦ blue 25

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

Shades of Karaka #363519

Tints of Karaka #363519

RGB

 RED value IS 54 (21.48% from 255) = 40.91%

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

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

R = 40.91%
G = 40.15%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.79

RGB Variations

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

Color information

#363519 (or 0x363519) is known color: Karaka. HEX triplet: 36, 35 and 19. RGB value is (54,53,25). Sum of RGB (Red+Green+Blue) = 54+53+25=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #363519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363519 is #C9CAE6. Grayscale: #323232. Windows color (decimal): -13224679 or 1652022. OLE color: 1652022.

HSL color Cylindrical-coordinate representation of color #363519: hue angle of 57.93º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #363519 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 53 25 -
CMYK 0 0.02 0.54 0.79
HSL 57.93º 0.37% 0.15% -
HSV(B) 57.93º 0.54% 0.21% -
XYZ 2.97 3.4 1.42 -
YUV 50.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 54 53 25 0 0.02 0.54 0.79 57.93 0.37 0.15
Hex 36 35 19 0 2 36 4F 3A 25 F
Octal 66 65 31 0 2 66 117 72 45 17
Binary 110110 110101 11001 0 10 110110 1001111 111010 100101 1111

Color Harmonies of #363519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363519

Black with #363519

Text Example


Text Example

White with #363519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363519; }

 p { color: rgb(54,53,25); }

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

background-color css

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

 a { background-color: rgb(54,53,25); }

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

border-color css

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

 span { border-color: rgb(54,53,25); }

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