Html Css Color HEX #3A3715 Karaka

📋 copy color: '#3A3715'

red 58 ◦ green 55 ◦ blue 21

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

Shades of Karaka #3A3715

Tints of Karaka #3A3715

RGB

 RED value IS 58 (23.05% from 255) = 43.28%

 GREEN value IS 55 (21.88% from 255) = 41.04%

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

R = 43.28%
G = 41.04%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3A3715 (or 0x3A3715) is known color: Karaka. HEX triplet: 3A, 37 and 15. RGB value is (58,55,21). Sum of RGB (Red+Green+Blue) = 58+55+21=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3715 is #C5C8EA. Grayscale: #343434. Windows color (decimal): -12962027 or 1390394. OLE color: 1390394.

HSL color Cylindrical-coordinate representation of color #3A3715: hue angle of 55.14º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A3715 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 55 21 -
CMYK 0 0.05 0.64 0.77
HSL 55.14º 0.47% 0.15% -
HSV(B) 55.14º 0.64% 0.23% -
XYZ 3.25 3.69 1.25 -
YUV 52.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 58 55 21 0 0.05 0.64 0.77 55.14 0.47 0.15
Hex 3A 37 15 0 5 40 4D 37 2F F
Octal 72 67 25 0 5 100 115 67 57 17
Binary 111010 110111 10101 0 101 1000000 1001101 110111 101111 1111

Color Harmonies of #3A3715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3715

Black with #3A3715

Text Example


Text Example

White with #3A3715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A3715; }

 p { color: rgb(58,55,21); }

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

background-color css

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

 a { background-color: rgb(58,55,21); }

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

border-color css

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

 span { border-color: rgb(58,55,21); }

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