Html Css Color HEX #363313 Karaka

📋 copy color: '#363313'

red 54 ◦ green 51 ◦ blue 19

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

Shades of Karaka #363313

Tints of Karaka #363313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.13%

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 43.55%
G = 41.13%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#363313 (or 0x363313) is known color: Karaka. HEX triplet: 36, 33 and 13. RGB value is (54,51,19). Sum of RGB (Red+Green+Blue) = 54+51+19=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #363313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363313 is #C9CCEC. Grayscale: #303030. Windows color (decimal): -13225197 or 1258294. OLE color: 1258294.

HSL color Cylindrical-coordinate representation of color #363313: hue angle of 54.86º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #363313 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 51 19 -
CMYK 0 0.06 0.65 0.79
HSL 54.86º 0.48% 0.14% -
HSV(B) 54.86º 0.65% 0.21% -
XYZ 2.82 3.2 1.08 -
YUV 48.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 54 51 19 0 0.06 0.65 0.79 54.86 0.48 0.14
Hex 36 33 13 0 6 41 4F 37 30 E
Octal 66 63 23 0 6 101 117 67 60 16
Binary 110110 110011 10011 0 110 1000001 1001111 110111 110000 1110

Color Harmonies of #363313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363313

Black with #363313

Text Example


Text Example

White with #363313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363313; }

 p { color: rgb(54,51,19); }

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

background-color css

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

 a { background-color: rgb(54,51,19); }

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

border-color css

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

 span { border-color: rgb(54,51,19); }

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