Html Css Color HEX #383510 Karaka

📋 copy color: '#383510'

red 56 ◦ green 53 ◦ blue 16

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

Shades of Karaka #383510

Tints of Karaka #383510

RGB

 RED value IS 56 (22.27% from 255) = 44.8%

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

 BLUE value IS 16 (6.64% from 255) = 12.8%

R = 44.8%
G = 42.4%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#383510 (or 0x383510) is known color: Karaka. HEX triplet: 38, 35 and 10. RGB value is (56,53,16). Sum of RGB (Red+Green+Blue) = 56+53+16=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #383510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383510 is #C7CAEF. Grayscale: #313131. Windows color (decimal): -13093616 or 1062200. OLE color: 1062200.

HSL color Cylindrical-coordinate representation of color #383510: hue angle of 55.5º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383510 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 16 -
CMYK 0 0.05 0.71 0.78
HSL 55.5º 0.56% 0.14% -
HSV(B) 55.5º 0.71% 0.22% -
XYZ 3 3.42 0.99 -
YUV 49.68 108.99 132.51 -
System Red Green Blue C M Y K H S L
Decimal 56 53 16 0 0.05 0.71 0.78 55.5 0.56 0.14
Hex 38 35 10 0 5 47 4E 38 38 E
Octal 70 65 20 0 5 107 116 70 70 16
Binary 111000 110101 10000 0 101 1000111 1001110 111000 111000 1110

Color Harmonies of #383510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383510

Black with #383510

Text Example


Text Example

White with #383510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383510; }

 p { color: rgb(56,53,16); }

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

background-color css

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

 a { background-color: rgb(56,53,16); }

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

border-color css

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

 span { border-color: rgb(56,53,16); }

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