Html Css Color HEX #363515 Karaka

📋 copy color: '#363515'

red 54 ◦ green 53 ◦ blue 21

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

Shades of Karaka #363515

Tints of Karaka #363515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.41%

R = 42.19%
G = 41.41%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.79

RGB Variations

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

Color information

#363515 (or 0x363515) is known color: Karaka. HEX triplet: 36, 35 and 15. RGB value is (54,53,21). Sum of RGB (Red+Green+Blue) = 54+53+21=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 53 (21.09% from 255 or 41.41% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 54 - color contains mainly: red. Hex color #363515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363515 is #C9CAEA. Grayscale: #313131. Windows color (decimal): -13224683 or 1389878. OLE color: 1389878.

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

Color convert

RGB 54 53 21 -
CMYK 0 0.02 0.61 0.79
HSL 58.18º 0.44% 0.15% -
HSV(B) 58.18º 0.61% 0.21% -
XYZ 2.93 3.38 1.21 -
YUV 49.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 54 53 21 0 0.02 0.61 0.79 58.18 0.44 0.15
Hex 36 35 15 0 2 3D 4F 3A 2C F
Octal 66 65 25 0 2 75 117 72 54 17
Binary 110110 110101 10101 0 10 111101 1001111 111010 101100 1111

Color Harmonies of #363515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363515

Black with #363515

Text Example


Text Example

White with #363515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363515; }

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

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

background-color css

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

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

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

border-color css

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

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

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