Html Css Color HEX #3B3812 Karaka

📋 copy color: '#3B3812'

red 59 ◦ green 56 ◦ blue 18

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

Shades of Karaka #3B3812

Tints of Karaka #3B3812

RGB

 RED value IS 59 (23.44% from 255) = 44.36%

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

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 44.36%
G = 42.11%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#3B3812 (or 0x3B3812) is known color: Karaka. HEX triplet: 3B, 38 and 12. RGB value is (59,56,18). Sum of RGB (Red+Green+Blue) = 59+56+18=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3812 is #C4C7ED. Grayscale: #343434. Windows color (decimal): -12896238 or 1194043. OLE color: 1194043.

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

Color convert

RGB 59 56 18 -
CMYK 0 0.05 0.69 0.77
HSL 55.61º 0.53% 0.15% -
HSV(B) 55.61º 0.69% 0.23% -
XYZ 3.33 3.8 1.13 -
YUV 52.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 59 56 18 0 0.05 0.69 0.77 55.61 0.53 0.15
Hex 3B 38 12 0 5 45 4D 38 35 F
Octal 73 70 22 0 5 105 115 70 65 17
Binary 111011 111000 10010 0 101 1000101 1001101 111000 110101 1111

Color Harmonies of #3B3812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3812

Black with #3B3812

Text Example


Text Example

White with #3B3812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,56,18); }

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

background-color css

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

 a { background-color: rgb(59,56,18); }

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

border-color css

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

 span { border-color: rgb(59,56,18); }

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